Skip to content
Advertisement

Upload file using drag and drop and with reorder before upload

I am trying to upload images with drag and drop. its working fine with any plugin with but the problem is, i need to reorder images before its uploaded to server. after searching a load i found on link but its not working as i am looking.

https://learncodeweb.com/demo/web-development/drag-drop-images-with-bootstrap-4-and-reorder-using-php-jquery-and-ajax/

Reorder like,, when you see the demo from given link,,, upload 2 or 3 images and you can reorder them before clicking upload button and it should be uploaded in order we sort but its not happening… to reorder the image i have to wait for upload an then i can reorder image and save order to server that’s the problem i am facing

Advertisement

Answer

Here is the link for drag and drop images with reordering. Check this out if it helps you.

Link: http://demos.codexworld.com/drag-drop-images-reorder-using-jquery-ajax-php-mysql/

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement