Top "Blueimp" questions

blueimp.

maxFileSize and acceptFileTypes in blueimp file upload plugin do not work. Why?

I'm using Blueimp jQuery file upload plugin for upload files. I had no problem in uploading but the option maxFileSize …

javascript jquery file-upload blueimp jquery-file-upload
blueImp/jquery file upload - How do I get the error message if the file type was not accepted?

I want to use the BlueImp/Jquery File Upload to be able to upload some images to web webserver. I …

jquery blueimp
Restricting file types in JQuery File upload demo

I am using JQuery file upload demo for my next project with Codeigniter. Can anyone tell me how do I …

jquery codeigniter file-upload blueimp
Jquery file upload plugin: how to validate files on add?

$('#fileupload') .fileupload({ acceptFileTypes: /(\.|\/)(jpg)$/i }) .on('fileuploadadd', function (e, data) { console.log(data.files.valid); //undefined setTimeout(function () { console.…

jquery blueimp jquery-file-upload
jQuery FileUpload doesn't trigger 'done'

I use jQuery-File-Upload plugin. I wrote a simple code to test it - and it works, but not without problems. …

jquery jquery-file-upload blueimp
Delete files programmatically with jquery fileupload basic

I'm using the blueimp file upload plugin (the basic version) to implement multifile upload. I am trying to implement functionality …

jquery jquery-plugins file-upload blueimp
blueimp jquery file upload - "done", "complete" callbacks not working for IE 9

I am using Blueimp Jquery File Upload plugin to upload files asynchronously. It works well in most other browsers (with …

javascript jquery file-upload asyncfileupload blueimp
Disabling auto-uploading on Blueimp jQuery File Upload

I am using blueint jquery.fileupload plugin to upload files using asp.net I have a situation where I have …

javascript jquery asp.net file-upload blueimp
jQuery File Upload not working when file input dynamically created

i am using this jquery uploader (http://blueimp.github.io/jQuery-File-Upload/basic.html) and it works fine when the file …

javascript jquery html file-upload blueimp
Blueimp jQuery File Upload plugin - "Empty file upload" result PHP

Here's the plugin: https://github.com/blueimp/jQuery-File-Upload I'm having a problem getting the response I want from the plugin …

php jquery jquery-plugins blueimp