Jump to content

Multiple file upload with ajax


piyush23424

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.