Simple-Ajax-Uploader icon indicating copy to clipboard operation
Simple-Ajax-Uploader copied to clipboard

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.

Results 50 Simple-Ajax-Uploader issues
Sort by recently updated
recently updated
newest added

Hello, how i can change file name before i upload a file?

Hi, I implement Simple Ajax Uploader in a form and now i need to submit the form after upload? How can i do it?

Trying to implement a multi files upload but the progress bar is either deleted or not found or not updated properly. I wondered if someone had an example for multi...

Hi, When you add a `simpleAjaxUploader` in a scrollable block (ex : scrollable table with uploads on each row), `inputs` are added in the body in absolute position. But that...

If I have a file.exe file, I can rename it to file.exe.jpeg and be able to upload it is it possible to check for file type as well ?

See https://github.com/LPology/Simple-Ajax-Uploader/issues/207

**To fix it , I changed** ss.addStyles( this._input, { 'position' : 'absolute', 'right' : 0, 'margin' : 0, 'padding' : 0, 'fontSize' : '480px', 'fontFamily' : 'sans-serif', 'cursor' : 'pointer',...

Hello, First off a big thanks to anybody contributed to this great plugin. **WHAT PROBLEM DOES THIS PR SOLVE?** There would be some situation where the upload button could be...