XpatTech Posted July 2, 2008 Share Posted July 2, 2008 Is there a simple script which will accept a file sent from vb6 and just dump it in the same folder as the php script ? The file will be a picture and will be checked for size/format before it is sent so no checking needed in the php script. Link to comment https://forums.phpfreaks.com/topic/112891-simple-script-to-accept-file-sent-by-vb6/ Share on other sites More sharing options...
TheBigRedStapler Posted July 2, 2008 Share Posted July 2, 2008 Hi.. What if someone just made their own lil' socket script to *imitate* your vb6 program to get around your checking though... I think you'd better check in both programs for security reasons.. But anyhoo, Hows the script sending it's data? Port 80 socket connection? what? lol sorry if I'm a little confused. HTH Link to comment https://forums.phpfreaks.com/topic/112891-simple-script-to-accept-file-sent-by-vb6/#findComment-579900 Share on other sites More sharing options...
XpatTech Posted July 2, 2008 Author Share Posted July 2, 2008 I will be using IPWorks webupload, its an activex which allows sending a file via http. Its very good at doing checking ,but agree on checks within script aswell. Link to comment https://forums.phpfreaks.com/topic/112891-simple-script-to-accept-file-sent-by-vb6/#findComment-580038 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.