Skip to content
Advertisement

multiple image uploads, display all,drag-drop from all [closed]

I am new to Jquery and ajax.

I need to upload multiple images to server folder and store the details in a db table. After uploading, I need to display all images which set as ‘active’ in database.( I have looked into many codes which are not working for me)

After that I need to drag some images to an area and also need to store dragged images information in an another table.

Anyone have any idea?Please help me?

Thanks

Advertisement

Answer

http://www.plupload.com/example_queuewidget.php Here you can find a nice plugin that will help you to upload multiple images.I have used this and works well for me.

Advertisement