简体   繁体   中英

How can i upload more than one jpg with AJAX and symfony2 Doctrine

I know that its easy to upload single image with symfony and doctrine2. But i want to have system like Google docs where i can see the progress bar of current image upload using doctrine2.

I know want to use thirdparty plugin.

Because i need to create an entity for everyimage and store it database with some detail. So i can just bulk upload with third party software in directory

is it possible or not

You may try AX Ajax Multi Uploader

Here is their homepage http://www.albanx.com/ (not relevant though)

You can use javascript to upload the file at client side .

Refer http://fineuploader.com/demos.html . you can browse your files and trigger upload automatically or if you want to process the data at client side (say for a preview) you can process and trigger the upload manually as well.

you can also refer http://www.queness.com/post/11434/7-javascript-ajax-file-upload-plugins

and choose the lib which fits your requirement.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM