Simple-Ajax-Uploader
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.
Is there a reason why the callbacks `onExtError()` and `onSizeError()` doesn't get the button reference passed to them? If it could be added, it would be awesome. Would really need...
when use Simple-Ajax-Uploader in a html page that contain a iframe html,the uploader button's offset is wrong. if we can offer a options ,like _opt.appendTarget.append, e.g sel._opt.appendTarget.append(div), div that contain...
Hello! More of a question than an issue: I'm using the dropzone functionality for multiple simultaneous uploads with autoSubmit=false. Is there a way when clicking a button (form submit for...
So I have a responsive site and when using a larger screens I use a linar progress bar. On a smaller screen I would like to use a circle progress...
hi, i am using Simple-Ajax-Uploader in my project it works fine but after uploading image it will show picbox for preview picbox is not shown my html file is {%...
Hi, When you put "{args:{name: 'test', address: 'test'}}" as "data" argument, it is sent as "{args:'Object [object]'}". Also, writing a query string in "data" could be an alternative, but it...
basic_example shouldn't work out of the box ? 1) file_upload.php line 2: require(dirname(**FILE**) . '/../../Uploader.php'); isn't "Uploader.php" location in the "extras" folder? so modified line 2: require(dirname(**FILE**) . '/../../extras/Uploader.php'); and...
Is it possible to configure simple-ajax-uploader to support both drag and drop and upload via a button? If I enable drag and drop and have the button enabled as well...
Hellow I am using the uploader to upload files. But I can not run the cancellation. I can not find documentation to clarify this process. Whats the error in my...
It's helpful to wrap Simple-Ajax-Uploader to reactjs component. Before: ``` js ... onComplete: function( filename, response, uploadBtn, size ) { }, ... ``` After: ``` js ... onComplete: function( response,...