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

Submit the ajax call without file #192

Closed babeuloula closed 3 years ago

babeuloula commented 7 years ago

Hello,

On my website, when I add datas I need a image, but when I update the datas, sometimes the picture does not need to be updated. And when I call the submit function, the ajax call has not fired. How I can fire the ajax call without files ?

Thanks you