CreativeDream / php-uploader

PHP File Uploader is an easy to use, hi-performance File Upload Script which allows you to upload files to webserver
MIT License
94 stars 51 forks source link

Multiple Files Upload issue in using addmore option. #7

Closed arif-medialinker closed 8 years ago

arif-medialinker commented 8 years ago

Hi,

I have found an issue in Multiple file upload using option addMore: true,

If you add files one by one into file upload, and then when you submit form you get only last file in $_FILES array.

capture1 capture2 capture3 capture4

Please correct this issue. Regards: PHP developer.

CreativeDream commented 8 years ago

@arif-medialinker can you try please on demo_page - Example 3. If it works there, you will need to:

  1. set to null the options dragDrop and uploadFile or
  2. update jQuery.filer plugin to v1.2
arif-medialinker commented 8 years ago

@CreativeDream thanks for quick reply, Before posting this issue, I tried this demo Example 3, and get same results, with only last file, but not other files. let me try your suggestions. Regards:

arif-medialinker commented 8 years ago

thanks latest Demo is working correctly.