This topic is locked

Photo Gallery : I need to upload them in the order in which I uploaded them

6/24/2023 3:54:10 PM
PHPRunner General questions
S
sfuente author

When I upload photos of the same car but as a gallery, they are uploaded in who knows what order, I need to upload them in the order in which I uploaded them, could you help me how to do it?
Regards
SAUL

Spider Webster 6/25/2023

Hi Saul
I got round this by uploading less files at once and then checking them. Failing that just one at once to get the order correct.
I think smaller files load up quicker and get infront of larger ones, even same size files can arrive at incorrect order sometimes.

Sergey Kornilov admin 6/26/2023

Browser uploads images to the server in the order it sees fit. The only reliable way to specify the order or images is to do it manually. You would need to save each image in a separate field or record and also add an extra column to save the order of the image.