When I do the
Upload From Server for my images, the order in which they're imported seems to the order in which they're stored in the server directory ?
I wonder if that can that be changed to import by name - i.e. alphabetically ?
Guess I'll go spelunking in the code and see if I can dig that up myself too.
http://us.php.net/readdir: Code:
Content visible to verified customers only.
from
upload.php Code:
Content visible to verified customers only.
Hmmmm, resulting uploaded file list now in
processfiles[] array, could just do a simple sort on the array and that'll take care of it !
Quick hack lower in the code would be to:
Code:
Content visible to verified customers only.
Guess I answered my own question