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.
Thanks for quick response. I'm still new at uploading files process so didn know that id would not be passed along. My solution to this was that I already keep that id's in session array so it was easy for me to get the ids from there and append new name to the images in the foreach loop for the process. Looking forward to working with this class. thanks again for this great work you have done.Reply
My solution to this was that I already keep that id's in session array so it was easy for me to get the ids from there and append new name to the images in the foreach loop for the process.
Looking forward to working with this class. thanks again for this great work you have done.