jQuery-File-Upload
jQuery-File-Upload copied to clipboard
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads....
Using `$.type` is deprecated according to the jQuery Migration 3.3.2 tool. See: https://github.com/jquery/jquery-migrate/blob/main/warnings.md#jqmigrate-jquerytype-is-deprecated **Cause:** This method returns a string that indicates the type of the argument, for example "number" or...
Hello, This is not so much a "bug" as trying to learn about something we observe and maybe understanding if there can be improvements. We use client side resize in...
Hello good morning with the new format that is available in some devices I would like to know if, as well as when capturing a photo, the same plugin transforms...
There's been some work towards removing deprecated function usage over the last few months. It seems the below haven't been pointed out before, so here goes: `jQuery.isArray is deprecated; use...
I'm using the following options to compress & resize images on the client side: imageForceResize: true disableImageResize: false imageQuality: 0.5 imageMaxWidth: xxxx imageMaxHeight: xxxx This works perfectly for images that...
my main goal would be to have this wonderful library work on a serverless envirnoment best regards
I couldn't find a minified version of this project. I think this might be a main blocker for people trying to use it in theirs project.
Hello, When I'm uploading the attached photo and resizing the image using the 'imageMaxWidth' and 'imageMaxHeight' options, the image's colors are changed. When I'm not using the above options or...
### Why has my issue been closed with a reference to this issue ticket? The issues tracker for this project should only be used for bugs or feature requests. For...
Bulk delete implementation simply looks up delete buttons of selected items in file list and triggers click on them. https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.fileupload-ui.js#L638 Would be great if the delete requests get tracked and...