Victorm Posted October 16, 2008 Share Posted October 16, 2008 Hi , I have seen one script in here http://w3net.eu/2007/11/15/easy-php-file-uploader/ and I really really like it, i have tested it and is working fine, But my question is, If i want to make it to be a multi upload script what can i do? I would like it to be with like 5 or 7 options for users to upload 5 or 7 files at one time i.e. one click. Please help me so that i can use this script. All source codes can be found on here http://w3net.eu/code/upload-form/file-upload.zip. If anybody have a solution i will be very much appreciate. Many Thanks. Victor. Link to comment https://forums.phpfreaks.com/topic/128633-help-needed-on-php-file-uploader/ Share on other sites More sharing options...
Archadian Posted October 17, 2008 Share Posted October 17, 2008 I believe the best way to upload multiple files is to use arrays. Try this: http://www.phpeasystep.com/workshopview.php?id=2 Change $HTTP_VARS_FILES to $_FILES[]...i don't think HTTP_VARS_FILES works anymore in the newer PHP versions Link to comment https://forums.phpfreaks.com/topic/128633-help-needed-on-php-file-uploader/#findComment-667631 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.