class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
For some reason, my upload results are in the reversed order in which they appear on the form. Is there a way to Reverse the array from the POST, or just make the results show in the correct order?
Thanks
Here is what I am doing for the logs:
And then once it is done, I echo $log;
Is there some way to add strings to $log in Reverse Order?
Yeesh... Seems to be working now, thanks!