Top "Blueimp" questions

blueimp.

jQuery File Upload doesn't send a file in IE9

I have got such problem only in IE < 10. My sources: $("input:file#upload-photo").fileupload({ enctype: "multipart/form-data", url: $("input:…

javascript jquery internet-explorer file-upload blueimp
how can I reset a blueimp jQuery fileupload plugin?

The gist: how can I reset a blueimp jQuery fileupload plugin so that it thinks no files have been uploaded …

javascript jquery file-upload blueimp
jQuery file upload doesn't submit extra parameters

I need to use the formData parameter available in the jQuery File Upload control to send additional data to the …

javascript jquery blueimp jquery-file-upload
Why doesn't Blueimp's jQuery-File-Upload plugin fire callbacks?

I'm experimenting with Blueimp's jQuery-File-Upload plugin, which judging by the demo looks very promising. It's really easy to implement: var $…

jquery file-upload callback jquery-file-upload blueimp
jQuery:File+Data upload using Blueimp File Upload plugin on form submit

I am using Blueimp File Upload plugin to upload file. Let say I have following form: <form id="myForm"&…

jquery blueimp
jQuery-File-Upload by blueimp - additional headers

I've searched through wiki but couldn't find an answer where should I put my additional headers (for example Authorization header) …

php jquery file-upload blueimp
Blueimp gallery with both images and youtube video

This is the software I am using: https://github.com/blueimp/Gallery When I click on a thumbnail that link …

javascript jquery blueimp
How to I preload existing files and display them in the blueimp upload table?

I am using the jquery-ui version of Blueimp upload and I like how I can format a table and display …

upload blueimp
Blueimp File Upload: single file upload

I'm using Blueimp File Upload, how can I limit the upload to the last single element selected or (drag and) …

html jquery file-upload blueimp
Blueimp File Upload: Remove a file from file list before upload

How can I remove a file from the selected files list in Blueimp plugins before submitting the form to upload. …

jquery jquery-file-upload blueimp