File Upload widget with multiple file selection, drag&drop; support, progress bar and preview images for jQuery.
0
votes
0answers
24 views
Blueimp jQuery File Upload - trouble changing var url
I've got the plug in working unless I change the window.location url as suggested in the commented code - and as I would prefer to do.
Changing either one or both blueimp.github.com or ...
1
vote
1answer
21 views
Progress bar don't remove after file upload, jquery file upload
I'm using jquery-fileupload-rails Gem for uploading the Image in my application.
Here is the code:
<script id="template-upload" type="text/x-tmpl">
<div class="upload ">
{%=o.name%}
...
0
votes
2answers
27 views
“undefined method `file' for #<String:0x007ffaf0049a28>” in Rails?
I'm getting this error
undefined method `file' for #<String:0x007ffaf0049a28>
when trying to display the content_type (ex. image/jpg) of a file. I'm using Carrierwave + Jquery File (both ...
0
votes
0answers
31 views
UIWebView Failed to load resource: request body stream exhausted
I am having quite a serious issue that I have been looking at for days now, I have looked everywhere for a solution and found none. The only thing that I have found that comes close to what I am ...
0
votes
1answer
39 views
jQuery-File-Upload - not work with any elements?
Here: https://github.com/blueimp/jQuery-File-Upload/wiki/Frequently-Asked-Questions
i read this:
If you define the url (and probably paramName) Options, you can call the plugin on any element - no ...
0
votes
1answer
52 views
Django Drama: (Drag-n-Drop File Uploader in Multi-part Form) + (Bind File to Form / Model & Save to Postgres)
There are a few tiny related questions buried in here, but they really point to one big, hairy best practice question. This is kind of a tough feature to implement because it's supposed to do a ...
-1
votes
0answers
54 views
How to use JQuery File Upload [closed]
I'm developing an ASP.NET application, and what I want to do is to upload asynchronously a file and then put it in a specific folder of my pc, without using an html form
I have download the JQuery ...
0
votes
0answers
11 views
Can I find out if progress updates are supported in jquery file upload?
I know there are several transports, including an iFrame one, and some browsers don't support progress updtes.
What I want to know is if there is a way to detect which transport jquery-file-upload is ...
0
votes
0answers
61 views
Blueimp jQuery File Upload - How do I post the data without using form tags?
I am attempting to implement the Blueimp Jquery File Upload.
I am using C# asp.net to do this with, currently I am attempting to build a control for the sake of re use across the project.
So here's ...
2
votes
2answers
45 views
Multiple upload requests to the same GCS/blobstore URL
I'm building a GAE photo app that allows uploading of multiple photos at once to the server. I am uploading to GCS, and also using a jquery library ...
0
votes
0answers
33 views
jquery file upload delete not deleting from server
I have jquery file upload ui version working fine on my dev site, it uploads fine, it pulls in the list of existing files fine but when i click delet it deletes form the list in the browser but this ...
0
votes
1answer
29 views
jQuery file upload maxNumberOfFiles and getNumberOfFiles options
I am using jQuery file upload and setting maxNumberOfFiles to 1. However, it is allowing more than one file at a time. The documentation states...
The maxNumberOfFiles option depends on the ...
0
votes
1answer
73 views
upload file using jquery ajax
I'm trying to upload a file with jquery but I don't want to refresh the page.
I read some duplicate questions but they didn't solve my problem.
please tell me if I'm wrong in using codes.
...
0
votes
0answers
60 views
Using jQuery-File-Upload How to pick the image path to save in the database?
Good morning,
I'm trying to use this plugin jquery "https://github.com/blueimp/jQuery-File-Upload" For sending files.
Except that I am not able to get the url return to save in the database.
I ...
0
votes
0answers
69 views
Blueimp file upload issues
when i run my app, fileupload function shows error
Uncaught TypeError: Object [object Object] has no method 'fileupload'
$(document).ready(function(){
$('#datepicker').datepicker();
...
2
votes
1answer
56 views
How to associate entities generated by separate forms… while not having access to the code of one
Ok, so I am attempting to implement the typical image-upload capability in my website. (I never expected it to be so complicated!!!) I finally found an AWESOME nuget package (MvcFileUploader) that ...
0
votes
0answers
39 views
jquery fileupload error stack overflow
I am having problem in jquery fileupload, I have included jqueryfileupload, written js for fileupload, but when i now drag and drop the file on the selected area, it throw error in chrome something ...
0
votes
1answer
92 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">
...
0
votes
1answer
60 views
Jquery filupload giving error JSON.parse: unexpected end of data
I'm using Jquery_fileupload (JFU) to send files to an amazon s3 bucket.
When a file it chosen by the user, the file is auto uploaded successfully and amazon returns a status code 204 no content. I've ...
-1
votes
0answers
113 views
Multiple file upload through _FILES instead of Ajax [closed]
I would like to upload multiple files. Right now I am just using
<input type="file" name="myfiles" multiple="multiple">
This works well, but I want more. I'd like a nice interface showing the ...
0
votes
0answers
90 views
Multiple forms in one page using jQuery-File-Upload
I am trying to add multiple forms which associates different types of document but when I try to add a file from second form it shows up in primary form submission and also for process event. Please ...
0
votes
0answers
80 views
jquery file upload error: has no method 'abort'
I'm trying to implement cancel action for file upload plugin and have some issue with aborting jqXHR request.
$('#filedd').fileupload({
dataType: 'json',
url: "",
progress: ...
0
votes
1answer
67 views
Jquer.Form.Js AJAX file upload issue in IE8 only
I am using Jquery.Form.Js plugin for ajax file upload. It is working fine in all browers and versions except IE8. When i upload in IE 8, the file gets uploaded but browser hangs on response. Suddenly, ...
0
votes
0answers
30 views
Carrierwave Jquery-File Upload Creates Extra Blank Image
I'm using Carrierwave and implemented Jquery-file upload for multiple uploads (jquery-file-upload gem).
Now whenever I upload images, even when it's just one it goes through but also sends an extra ...
0
votes
1answer
140 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
1answer
92 views
Restrict width and height jquery-file-upload
i want to restrict the user to upload the fixed height and width image using jquery file upload what i get from the option is
// Uncomment the following version to restrict the size of
...
1
vote
0answers
44 views
Rails wrap_parameter not working as expected
I'm working with AngularJS and the jQuery-file-uploader plugin. I've configured rails to wrap my parameters with
ActiveSupport.on_load(:action_controller) do
wrap_parameters format: [:json]
end
...
1
vote
0answers
58 views
How to get id of created image in rails
I have a Recipe model and RecipePhoto model. I want to show the thumbnail of scaled image on creating a new recipe. I upload photo through jquery-file-upload. The problem is that i don't know how to ...
0
votes
0answers
71 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 ...
4
votes
2answers
178 views
Best Ruby on Rails Architecture for Image Heavy App
I'm building an application that allows for large amounts of photo uploads at once, and wanted to know what the best setup would be to tackle this.
This is what I am using so far:
Jquery File ...
0
votes
0answers
132 views
jquery file upload Error Not Found
I am using jquery file upload with the Codeignitor . I copied the working code and place it in Codeignitor . When i try to upload the file i keep getting this meessage
Error Not Found
I check on ...
0
votes
1answer
52 views
How do I disable output for jQuery File Upload
After upgrading to the latest official release of jquery file upload:
For PHP UploadHandler.php I'm getting output similar to:
{
"files": [{
"name": "1367159262-79",
"size": 0,
...
0
votes
0answers
53 views
Rails server-side setup for chunked file uploads with jQuery-File-Upload
I am using jQuery-File-Upload for upload files in a Rails application. I am using the option of chunked file uploads, my client-side setup work good, but I not know how develop my server-side setup.
...
0
votes
1answer
21 views
how to turn off default image listing of jQuery-File-Upload
i have downloaded a nice jqeury file uploader with progress bar from https://github.com/blueimp/jQuery-File-Upload
and after little bit customization i have uploaded into my server.
...
0
votes
1answer
82 views
blueimp jQuery-File-Upload Undefined index: CONTENT_LENGTH
I am testing working example from https://github.com/blueimp/jQuery-File-Upload/
When I run it on php-5.4.14-Win32-VC9-x86 , I get
*Undefined index: CONTENT_LENGTH in server\php\UploadHandler.php ...
0
votes
1answer
126 views
PHP losing session after a form POST? Jquery File Upload
I have a form which calls a page upload.php:
<form action="http//path/to/upload.php" method="POST" enctype="multipart/form-data">
This page is using blueimp's JQuery File Upload plugin which ...
0
votes
1answer
71 views
What is max size of file to upload using jQuery-File-Upload, can i upload more than 5 gb of file size using jQuery-File-Upload?
I have jQuery-File-Upload running on my server. Problem is that, last time i tried to upload 4gb file that fails to upload. How i can push the limits of max file size? I think under 2gb file uploads ...
0
votes
1answer
72 views
Creating associated records inside parent's new view/form. Associated records are done through Ajax/jquery-file-upload
So i have a "Style" model, which has_many "Images". In the new style page, i want to be able to add images all in the same page. However, since we did not create the style record yet, it does not have ...
0
votes
1answer
59 views
How to replace PHP imagecopyresampled with Amazon S3?
I'm using the jquery file upload script and have had success uploading the main image to Amazon S3. I'm now trying to swap out the multiple image sizes for uploads to sub folders or objects in S3.
...
0
votes
1answer
193 views
MVC jquery fileupload pass parameter
Hi how can I pass additional parameter using jquery fileupload in mvc, the code looks like this :
<label class="imgIcon">
<span><input type="file" id="fileupload" ...
-1
votes
1answer
107 views
jquery file upload restricting number of files
I am using jquery file upload to upload the files to the server . I want to restrict the user to upload maximum 6 files . I search the wiki jquery file upload but didnt find the parameter for it . Is ...
0
votes
0answers
313 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
95 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
74 views
jQuery-fileupload-rails with polymorphic model and nested resource
I'm trying to implement an uploader to Amazon s3 using CarrierWave with a jQuery FileUpload. I've been following Railscasts Episodes #253 and #381. I am able to upload to Amazon S3 using CarrierWave ...
0
votes
0answers
320 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
14 views
“Re-create” a UI pre-filled with previously uploaded files
I'm able to send picture with jquery-file-upload, everything is ok.
But i would like to "re-create" the UI with uploaded pictures and give the possibilities to delete them ; later on another page.
To ...
1
vote
2answers
64 views
How to bind jquery function to a dynamic DOM
I am using jquery file upload function on my page like following:
$('.new-variant-image')
.fileupload({
dataType: 'script',
add: function(e, data){
}
});
but the DOM class ...
0
votes
0answers
74 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 ...
0
votes
1answer
290 views
Jquery File upload to database in base64
I'm having trouble using the Jquery File uploader with bootstrap skin (https://github.com/blueimp/jQuery-File-Upload). The program itself works beautifully as is, even with the database which is ...
2
votes
1answer
404 views
jquery-file-upload plugin: Can I set upload path at runtime?
I've found other posts that talk about changing the upload path for the jquery-file-upload plugin. However, the answers usually involve hardcoding it into the upload.class.php file.
I know how to do ...