is it possible to upload multiple images with single browse button as in facebook multiple upload functionality on all browsers > IE6, but without using flash.I have integrated ajax-multiple-file-upload-form-using-jquery but its browse button not working properly.
I need to click so many times to open a file selection window when i am trying to upload images to different albums.
Try Fancy Upload! It is free and editable too. Hope you like this. If you are looking for multiple file uploading with a single button try this link for demo.
Hope this helps.
If you want a jQuery plugin you could try uploadify. It's really powerful.
Related
I have been trying to upload multiple images in Laravel 4, using jQuery & Ajax without the page refreshing, with the progress bar, remove button and review (display the uploaded thumbnail where remove deletes it from the DB).
I have taken many approaches, (http://packalyst.com/packages/package/sukohi/surpass) (despite following every step, still doesn't work). Another approach I used (https://gist.github.com/filip-adriginal/bd397c5ec22a5916a966#file-gistfile1-txt) and tried the jQuery-File-Upload.
I am able to upload multiple images using (using foreach in the Controller):
{{ Form::file('image[]', array('multiple'=>true)) }}
I have also looked at videos, tutorials and blogs, but they either had partial information or unsolved problems.
If anyone could give me some sample code, or point me in the right direction, that would be great! Thanks everyone for any help, really appreciate it.
try DropzoneJs. I think it is the best upload JS plugin
Howto : AJAX multiple file upload in Laravel is a great tutorial using Dropzone.js, check it. Also take a look at this tutorial Laravel Ajax Multiple Image Upload and Preview which uses Dropzone.js as well.
i'm currently trying to do something for a website, where i can upload certain number of images (that quantity is dynamic and set by administrator of the site).
Watch them visually as a preview and be able to drag them around the container to set the the order of the items themselves.
something similar to this:
In that example i can click in of the squares and add as much images as they allow.
So far jQuery ui drag and drop works for the part asocciated to that. but i'm stuck on how to do the other part without the use of a plugin, not sure if anyone can give me an idea to do it with a jQuery solution or some existance plugin (who doesn't use flash)
You can try with jQuery File Upload
I used it in some projects, works flawlessly for that matter.
I am looking for a jquery plugin with no ajax upload, the only feature that i am looking for is allowing the user to select multiple files after clicking browse, and not limited to choose one file in a single browse?
I have tried multi file upload http://www.fyneworks.com/jquery/multiple-file-upload/
but the user should browse for each file separately; i.e users are not able to select multiple files at the same time?
Any recommendations?
You can have a look at the Fluid Infusion Uploader. The online demo is here. For more details, have a look at the API documentation.
Hey guys i'm making a file upload and i can't figure out how i would make a progress bar for it. Does anyone have a resource or reference page which i can look at or even better some source code that works?
Have a look at this:
http://www.uploadify.com/
It is easy to use jquery and php uploading method. you can upload multiple files at a time.
plus you can view their upload progress through a progress bar.
its easy to integerate. the link includes documentation and demo.
here is another link to a beautiful GUI Ajax uploader:
http://www.plupload.com/
You would love it. just browse for and select files to upload. it shows there progress while uploading.
Hope this helps.
There are many options. Try Uploadify, a jQuery plugin for upload progress bars. Specifically, the download includes a PHP example.
I am using PHP5 and I want to create multiple file uploader of type Image, in such a way that user could select different images while holding Ctrl button and click mouse left button (While user doing so all images will push in an array) and when ever he click to Uplaod button then all images would be upload.
This can't be done using a normal upload dialogue: It supports only one file at a time (this changes in HTML 5, but it isn't there yet). Take a look at Flash based uploaders like SWFUpload or Uploadify.
Have a look at:
Upload Multiple Images at Once using PHP