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.
I understand that this is not directly related to the problem with the upload class itself, and I can see the logic of checking the initial $_FILES array to see which images have been selected to update. I was however hoping on the off chance that someone might be able give me an idea of how to keep track of filenames so I can match up the filename with the field.
I understand that this is not directly related to the problem with the upload class itself, and I can see the logic of checking the initial $_FILES array to see which images have been selected to update. I was however hoping on the off chance that someone might be able give me an idea of how to keep track of filenames so I can match up the filename with the field.
Thanks in advance