0
votes
1answer
30 views

Jquery file upload in rails on button click

I am using jquery-fileupload plugin (https://github.com/tors/jquery-fileupload-rails) for showing file upload progress in my rails app. The following code below works fine. In my index.html.erb i ...
0
votes
0answers
26 views

AjaxFileUpload in Codeigniter Not working

I used this as my reference for my file upload in codeigniter. After fixing everything and apply it to my system, I got one error. As soon as I click submit, it alerts "undefined" so I'm stucked. ...
0
votes
1answer
41 views

Deferreds in a piece of real code

I have some idea about Deferreds and what they do but I can't understand their usage in a piece of code I am working with right now. This code is from jquery-file-upload plugin and file ...
0
votes
0answers
27 views

jQuery fileupload url with query params

The endpoint I'm uploading a file to requires a query parameter: ?name=foo.txt. However, when using the fileupload plugin for jQuery, it strips any parameters out of the url when I set it like this: ...
0
votes
1answer
27 views

xmlhttprequest ajax php runs more than once

I have xmlhttprequest file upload. The problem is that the function runs more than once. This is the part where I fire my fileUpload function: $('.edit-pic').click(function() { if ...
0
votes
3answers
108 views

Uploading multiple files asynchronously by blueimp jquery-fileupload

I'm using jQuery File Upload library (http://github.com/blueimp/jQuery-File-Upload), and I've been stuck figuring out how to use the library satisfying the following conditions. The page has ...
0
votes
0answers
27 views

Get .click() inside a TinyMCE window

I made a little TinyMCE plugin that opens a window, loading a jQuery File Upload instance. I modified the jQuery File Upload template to add an "insert" button, that aims to insert the picture inside ...
0
votes
2answers
100 views

How to trigger iframe post from parent click event

I am using Jquery multiple file upload control to upload the multiple files. It is very good plug in, All operations are working fine. I want to load that plug in iframe and i should trigger the ...
0
votes
0answers
33 views

How to calculate file upload progress in jquery?

I have difficulties in understanding the progress-bar functionality of the jquery-file-upload. What is meant by the following snippet? .on('fileuploadprogressall', function (e, data) { ...
3
votes
2answers
102 views

Cloning an existing blueimp file upload table

I am using blueimp jquery file upload in my current project. I want to make a clone of my existing file upload table. On the new clone I should be able to make changes and these changes would not ...
0
votes
0answers
18 views

How can is possible to set the Content-Type in jquery Fileupload plugin for IE9 or less?

I am working in a rich client application and I have a problem to upload an image in IE9 and below, using the programmatic way. My code is like that: $('#some-file-input-field').bind('change', ...
0
votes
1answer
33 views

Specific file size on jquery file upload

I'm using jQuery File Upload UI : https://github.com/blueimp/jQuery-File-Upload/ I'm trying to set a max upload file size depending on the file extension. If the file is a video, set maxFileSize: ...
0
votes
1answer
209 views

jquery-file-upload plugin stuck on infinite loop resending same data after 2GB

Using 'https://github.com/blueimp/jQuery-File-Upload' plugin to upload 4GB file, through 100MB chunks. Examined Client-server interaction, noticed upload is failing after 2GB have been loaded. ...
0
votes
2answers
110 views

Set value of hidden field AFTER file upload completes using blueimp File Upload

i have the below code which uploads and displays an alert of the file uploaded absolutely fine. However, as i am adding stuff to the file name when it saves it to my server, id like the done function ...
0
votes
0answers
71 views

How to insert JQuery-File-Upload over wicket inside a modal window

I'm trying to use the code from martin-g at http://wicketinaction.com/2012/11/uploading-files-to-wicket-iresource/ inside a modal window and I can't. If I load it on the HomePage it works correctly, ...
0
votes
1answer
523 views

jQuery-File-Upload not firing done callback in Internet Explorer (IE9)

i checked some questions regarding the same issue, blueimp jquery file upload - "done", "complete" callbacks not working for IE 9 , but even after putting my Content-Type as ...
0
votes
0answers
34 views

Jquery File Upload - Disable Showing All Uploaded Files

https://github.com/blueimp/jQuery-File-Upload Does anyone know how to implement JQuery File Upload so that it does not show the other files already uploaded on the disk? I would set 'user_dirs' => ...
0
votes
0answers
116 views

How to detect corrupt very large image files with javascript and jquery-file-upload?

I am using jquery-file-upload in a rails app and I need to prevent corrupted images from being uploaded because users are trying to upload corrupt image files with valid file extensions. Would like ...
0
votes
1answer
80 views

data.context is empty on fileuploadprogress event of jQuery File Uploader

I am experiencing issues with the jQuery File Uploader (blueimp): My implementation is fully customized. I use image previews and validation. My problem is that even though i am defining ...
1
vote
0answers
184 views

jQuery Fileupload iframe transport ie8 sending wrong request

I have a fileuploader modeled after Ryan Bates railscast that works perfectly in any browser that supports XHR requests but I'm having trouble figuring out why IE8 is not making the correct request to ...
0
votes
0answers
147 views

Adapt jQuery-File-Upload for user profile image

I want to adapt jquery-file-upload http://blueimp.github.io/jQuery-File-Upload/ to use like user profile image uploader, 1- only upload one image - you can restrict whit: maxNumberOfFiles: 1, ...
0
votes
1answer
28 views

How to pass an argument of parent method to it's inner calling methods?

I am trying to call a file uploader plugin. When a file is selected, the add method will be called from library. On calling add, I need to pass parent method argument opts with add method as argument. ...
1
vote
1answer
72 views

Multiple jqueryfileupload widget within a form

I try to replace classic input file with JqueryFileUpload widget. Here is my context : I can have one or more file input in the same form. The form is meant to create server side objects (each ...
0
votes
0answers
78 views

Blueimp jquery file uploader crashes when trying to abort all uploads in Chrome

When I try to abort all file uploads for blueimp jquery file upload plugin, the Chrome browser crashes for some reason. It works without issue for every other browser (Firefox, IE, etc.). I'm ...
0
votes
1answer
74 views

jQueryFileUpload upload a file given its URL

I'd like to use jQueryFileUpload to upload a file that is not on my computer but rather is at an external website so all I have is its URL, e.g., ...
0
votes
0answers
273 views

jQuery-File-Upload, CORS and Dropbox Chooser

I'd like to send files from Dropbox my S3 bucket without touching my web server. This appears possible using jQuery-File-Upload and Dropbox Chooser. Here's how to programmatically add files with ...
0
votes
0answers
45 views

HttpContext : Adding some information while posting File

I am using jQuery-File-Upload for file uploading. I can't see how I can send from the client additional informations other than the file to POST (like the id of the user concerned by this upload for ...
0
votes
0answers
222 views

fileUpload blueimp - Unable to send formData for each file upload - uploadtemplate and downloadTemplate

I am using the jquery fileUpload with uploadtemplate and downloadtemplate. Set sequentialUploads: true. Consider I upload three files. When I first upload request happens, an id is returned as ...
0
votes
1answer
93 views

add a button to “jquery file upload”

I added a button to my "blueimp-jquery-file-upload" page. It pops up when the upload is complete, next to the "delete" button. <button class="btn btn-danger processData" ...
0
votes
0answers
105 views

Check overall progress of file upload of jquery file upload

I need to check overall progress of the Jquery file upload I'm allowing my users to upload multiple files, Now I want to know what all the files are completed then I need to trigger a function to do ...
0
votes
0answers
99 views

Jquery file upload not showing data type in IE

I am trying to use the latest Jquery-file-upload plugin. I have the following code: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script ...
1
vote
0answers
282 views

Rails 3 + JQuery-File-Upload + Multiple Files

I am currently using Carrierwave to allow my users to upload (1) file per event created. I would like to expand the options and offer my customers to availability to add multiple images per event. I ...
1
vote
0answers
983 views

jquery file upload validation not validating

As FormData() is not supported in IE8, I decided to give jQuery File Upload a shot in my ASP web app, which seems to work in IE8, however it's not performing according to how I planned. I'm using the ...
0
votes
0answers
51 views

Not able to delete files when user_dirs is set to true in jquery file uploader pluign

I am using the jquery file uploader to upload file. I have turned on the user_dirs in index.php: $upload_handler = new UploadHandler(array('user_dirs' => true)); Now when i upload the file it is ...
0
votes
1answer
140 views

jquery file upload rails redirect

I am using jquery-file-upload to upload files. After files are finished uploading, i want to redirect to the edit path of the uploaded document. I am using javascript to submit the file: return ...
5
votes
1answer
2k views

how to use jquery file upload angular version?

here is how I use angular jquery file upload var album = angular.module('album', ['restangular', 'blueimp.fileupload']), .controller('somecontroller',function($scope,){ $scope.options = { ...
5
votes
5answers
3k 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 ...
0
votes
1answer
398 views

jQuery file uploader just sending one chunk

I'm using the jQuery file uploader in my Django application. I've got the problem that Django just receives one chunk of my big file. At first I thought that it might be an issue with my ...
0
votes
1answer
479 views

jQuery-File-Upload used for UI only?

I would like to upload multiple files. The use case is: users on my website can upload multiple photographs. Right now I am just using <input type="file" name="myfiles" multiple="multiple"> ...
2
votes
1answer
773 views

Stop file upload when filesize too large - jQuery S3

Please view the snippet below. I am using jQuery fileUpload and a direct s3 form to upload videos to AWS. I would like there to be a filesize limit of 5mb which is imposed before the video hits any ...
0
votes
0answers
362 views

how to totally remove any kind of Thumbnails using Jquery FileUpload library?

I'm using JQuery FileUpload to upload files on my server. I need to remove any kind of thumbnails in the html area of upload, but even if i configured the javascript and php to avoid thumbnails, i ...
0
votes
0answers
1k views

Show image file before upload with jQuery

I know this should be extremely simple but I just don't know the api's yet. I have button that when clicked clicks a hidden file input. After a file is chosen the on change method is fired. When the ...
0
votes
0answers
263 views

Retrieve jqXHR in jquery file upload plugin's fileuploadsend event?

I'm using drag-drop to trigger my upload, so I'm not able to simply capture the return from findupload('send') to get the jqXHR. So in the 'fileuploadsend' event I'm trying to grab the jqXHR element ...
0
votes
0answers
481 views

BlueImp JQuery File Upload - Send file on form post

HAML with local javascript: %form#uploadForm{:action => "/", :enctype =>'multipart/form-data', :method => "post"} .row .btn-group.btn-group-vertical ...
0
votes
0answers
107 views

Unload jquery file upload when using async

So I'm using the jquery file uploader with bootstrap skin. Works fine, had some troubles, but now it works (lack of knowledge, so all me). I'm loading it async. So on page load I just call what I ...
1
vote
4answers
2k views

SyntaxError: Unexpected token / … Blueimp jQuery File Upload

I set up this multiple file upload plugin (https://github.com/blueimp/jQuery-File-Upload) on my local machine (mac osx default server). Everything is working perfectly, when I upload an image I get ...
0
votes
3answers
1k views

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 server on submit. The default implementation for formData is to invoke a function that ...
3
votes
1answer
427 views

Global start/end events for jquery file upload

I am reading through the documentation for jQuery file upload (API options), and there don't appear to be events that signify "I am starting", and "I am done". There are start and stop, but those are ...
1
vote
2answers
3k views

jQuery File Upload Cannot call method '_adjustMaxNumberOfFiles' of undefined

I'm implementing the jQuery File Upload plugin in a Rails 3.2 app and I'm getting this error message: Uncaught TypeError: Cannot call method '_adjustMaxNumberOfFiles' of undefined Here is the code ...
0
votes
1answer
616 views

jQuery file upload control submits large files erroneously

I have a custom file upload implementation for the blueimp/jQuery file upload control. It works great except when I choose multiple files and one of them exceeds the maximum length, it still attempts ...

15 30 50 per page