piyush23424 Posted June 9, 2010 Share Posted June 9, 2010 Hi, I want to make multiple file upload functionality with single button or submit button by using ajax. It should show the files just above browse file element, just after uploading the files and user can delete the uploaded files. Layout will be like this <input type="file" name="upfile[]" value=""> <input type="file" name="upfile[]" value=""> <input type="file" name="upfile[]" value=""> <input type="file" name="upfile[]" value=""> <input type="file" name="upfile[]" value=""> <input type="button" name="SELECT" value="select"> Please help me:(:( Link to comment https://forums.phpfreaks.com/topic/204257-multiple-file-upload-with-ajax/ Share on other sites More sharing options...
JonnoTheDev Posted June 9, 2010 Share Posted June 9, 2010 I would suggest http://uber-uploader.sourceforge.net/ Link to comment https://forums.phpfreaks.com/topic/204257-multiple-file-upload-with-ajax/#findComment-1069892 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.