All Questions
230 questions
0
votes
1
answer
190
views
Disable preview Images
Sorry, I need to disable preview images. Not only not view preview (that I try with success with disableImageLoad: true) but also disable the action of client-side.
I need to save time by disabling ...
11
votes
1
answer
761
views
BlueImp jQuery FileUpload GitHub marked as readonly/archived?
The BlueImp jQuery File Upload GitHub project has been marked "This repository has been archived by the owner. It is now read-only.".
See: https://github.com/blueimp/jQuery-File-Upload
But ...
0
votes
0
answers
82
views
BlueImp Upload from iphone 1.2 GB size
i tried to pick a file from iphone photomediathek with 1,2 GB.
Before uploading, the iphone converts the file, then the upload starts briefly and stops immediately, presumably when determining the ...
3
votes
1
answer
595
views
how to skip file from current upload queue at run time with blueimp fileupload
Hi i have problem in skipping file from current upload queue.
my current scenario
i want to abort 2nd file when it starts uploading , so that it is not sent after abort
i want to skip 3rd file from ...
0
votes
0
answers
147
views
Specified target element for preview in blueimp/jQuery-File-Upload
The problem is that I can't find any example or tutorial that explains how to define a div element with unique id to make preview of an image after its url is received from the server. So, I tried ...
0
votes
1
answer
233
views
progress on delayed data.submit() with blueimp file-upload
I have a case where I have to save the form first - to get an id - which the uploaded files will be related to.
I works fine - but I have so far not been able to get any progress-data from the data....
1
vote
1
answer
131
views
Use blueimp to upload file from cropperjs
I'm trying to upload an edited image from cropperjs with fileupload. The fileupload class works on other aspects of the site so I know it works. When I try to run the add method nothing happens and ...
1
vote
1
answer
764
views
file upload using jQuery-File-Upload plugin file control does not show filename
I want to show a progress bar during upload progress and wait for a click on a button to start the upload when I do that the file input does not update with the filename anymore
Here is the code:
$(...
5
votes
1
answer
734
views
jQuery File Upload blueimpl browser freeze
Im using Jquery File Upload bluempl for uploading files.
When i upload lot of number of files like 6000 files using this plugin the browser hangs and freeze many times, alothough when visiting the ...
1
vote
1
answer
3k
views
jQuery File Upload - Multiple Forms on Same Page
I'm trying to implement multiple jQuery File Upload forms to a page, but the documentation is unclear.
I've already tried many suggestions and hacks from StackOverflow and Google, but a lot are old (...
1
vote
1
answer
147
views
Wait till the jquery function returns value
I'm using jQuery Blueimp file upload and trying to get the uploaded file json in a variable. I'm calling the function as:
var fileoutput = attachfile(fileobject, ['xlsx','zip'],"tmp");
This will call ...
0
votes
0
answers
244
views
jquery blueimp file upload getting response to a variable
I'm trying to add a common function for jquery blueimp file upload in a js file, so that I can use the same function for multiple file upload inputs. I'm calling the function as:
var fileoutput = ...
0
votes
1
answer
172
views
How to preserve the exact file name upon uploading (no case change, no underscore)
At some point during upload the file name gets converted to the lower case and spaces are being replaced with the underscore. How do I preserve the original file name, without these 2 changes?
I've ...
2
votes
1
answer
3k
views
Upload multiple files with JQuery blueimp
I am trying to perform multiple fileupload with blueimp jquery fileupload library. link to library - https://github.com/blueimp/jQuery-File-Upload
The files are uploading. But only a single file is ...
0
votes
1
answer
282
views
How can I add watermark while uploading images using blueimp/jQuery-File-Upload?
I am using this plugin https://github.com/blueimp/jQuery-File-Upload to upload multiple images. I want to add watermark to these uploaded images.
I have read this. Add watermark using Jquery File ...