File Upload widget with multiple file selection, drag&drop; support, progress bar and preview images for jQuery.

learn more… | top users | synonyms

0
votes
0answers
9 views

jQuery File Upload (blueimp ) error can't show image after upload

I created component for Joomla and use jQuery File Upload for upload images. If I turnoff SEO it working good but when I turnon SEO on Joomla it show error, When I click on Start Upload, it upload ...
0
votes
0answers
20 views

Rails 3 Jquery and Paperclip for restful form

I am using jquery-fileupload-rails gem. So far, I am able to work with it properly, but when a user is trying to update any attachment, the already uploaded attachment is not shown up. Here is my ...
0
votes
0answers
7 views

input tag inside bootstrap dropdown does not work properly in Safari Browser

I've been working on getting jQueryFileUpload working however I'm getting a weird issue that only occurs on Safari, particularly I'm on (5.1.7 7534.57.2). I have an input element that I initialize ...
0
votes
0answers
12 views

Rails jQuery Fileupload sends nothing to server in IE9

I'm using the jQuery Fileupload basic plugin on a Rails 3.2 app and have it working in Chrome, FF, IE10, but not IE9 and below. I have included the jquery.iframe-transport.js file as necessary for IE9 ...
0
votes
0answers
12 views

Jquery File Upload submit only file instead of whole form data

I am using jQuery file upload plug-in (basic version) https://github.com/blueimp/jQuery-File-Upload to upload the file in background with carrierwave and rails3. <script ...
0
votes
0answers
18 views

Any current examples using Flask and jquery file upload by blueimp?

I'm wondering if there are any current examples of using the jquery file upload plugin by blueimp with the flask framework. If anybody has some code snippet to share I'd be grateful. They layout ...
0
votes
1answer
26 views

jQuery Upload to S3 with PHP - Error

I am using the jQuery File Upload plugin on a WordPress site. I modified some of the events, so that when it is uploaded, it changes the value of hidden fields, which are passed upon submission to the ...
0
votes
0answers
13 views

Blueimp jQuery File Upload Delete aborted chunked uploads from server-side?

I'm using Blueimp jQuery File Upload with chunked uploads to handle large files, and everytime file upload are completed or file are removed, I update the client's disk space used in database. My ...
2
votes
1answer
36 views

Image upload performance issue with Amazon S3 and jqueryfileupload plugin

I have another issue with amazon and its related to file uploads.I am using jqueryFileUpload and amazon API's to uplaod files to amazon S3.I have succeeded in uploading it,but it involves a trick. ...
1
vote
1answer
41 views

How to submit file at anytime?

With the Blueimp file upload plugin, there are various methods to submit file(s). 1) We can submit a file when it is added into the queue: add: function (e, data) { data.submit(); } 2) or when ...
0
votes
1answer
34 views

jQuery File Upload doesn't work in IE9 when compressed with Requirejs

My code uses Backbone with Requirejs and jQuery File Upload and works perfectly in IE 9 when I access the development code directly (without building). As soon as I build it something goes wrong and ...
0
votes
0answers
16 views

Blueimp JQuery Fileupload not working right on Rails

I'm trying to add multiple upload with Carrierwave and JQuery Fileupload on Rails, but can't get it to work right. There are a couple of things. First, the CSS on the add, start, cancel buttons ...
2
votes
1answer
105 views

Integrating JqueryUpload plugin with AWS php sdk to upload images to S3

I am working on the integration of jqueryfileupload plugin with AWS.I have completed the upload section successfully,but now i am looking to integrate the image resize feature. I am using this plugin ...
0
votes
1answer
18 views

Function changes in the new sdk aka aws adk 2.0 for PHP

I am working on the integration of a jquery uploader plugin with aws s3.I found a example for it on the community wiki .Now the example is written in the old sdk and I no more find ...
0
votes
0answers
53 views

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 and acceptFileTypes do not work. This is my code: $(document).ready(function ...

1 2 3 4 5 10
15 30 50 per page