LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Do not append file into FormData if already has ! #155

Closed ablipan closed 8 years ago

ablipan commented 8 years ago

Sometimes people may want to minimize the file size and will do some compress then set the new compressed file into the form. Therefore when data already contains new file, do not append the original one.


This change is Reviewable

LPology commented 8 years ago

Thank you for this. Merging now.