Tagged Questions
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
0answers
176 views
MVC Demo for Jquery File Upload with Latest versions of Jquery, Jquery-UI and Jquery File Upload plugin js files?
Here I have the MVC demo of Jquery File Upload. This demo is forcing me to use the old version of jQuery UI(jquery-ui-1.8.11.js), it doesn't work with the latest versions. If I replace it with new ...
0
votes
1answer
698 views
Restrict file types in BlueImp JQuery File Upload
Is there anyway we can restrict the file types in JQuery File Upload. From the documentation we have below code, but that is only for allowed file types. I want something for restricting file types.I ...
0
votes
3answers
406 views
How do I change the default upload path for jquery file upload
I have implemented the jQuery file upload plugin with a php framework it was relatively straight forward following the instructions.
https://github.com/blueimp/jQuery-File-Upload
My question is ...
0
votes
1answer
76 views
jquery file upload 2 fileuploads, how to check which fileupload is clicked
I have 2 File upload controls, i am using Jquery Filupload plug-ins, can any one explain me how should i check which fileupload to be clicked.
So i need to make condition for which file upload had ...
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 ...
7
votes
4answers
3k views
Can someone explain how to implement the jQuery File Upload plugin?
EDIT: This still seems to be getting traffic so I'll explain what I ended up doing.
I eventually got the plugin working by following Subrat's tutorial, which is the accepted answer. However, jQuery ...
0
votes
0answers
155 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
1answer
260 views
Remove individually send button of jQuery File Upload
I want to use jQuery File Upload but I see that every file gets added a button to make the climb independently. I wish I could remove that button to upload the files all at once when I press on submit ...