I use the following jQuery Ajax File Uploader Widget: https://github.com/danielm/uploader As you can see in the demo, the order of previewing the images is reversed.
Demo URL: https://danielmg.org/demo/java-script/uploader/basic
I want to fix this and i don't know how. I don't have very good knowledge of javascript. If anyone is good at Javascript and wants to help me with this issue, I would be grateful.
Thank you! Regards
I found the solution, in the javascript file ui.js was the following function:
I changed prepend(template) with append(template), and now the uploading filles will show in the correct format.
Thanks anyway, I hope it is useful to other users.