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:(:( Quote Link to comment 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/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.