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.
Great job on the class. I've been using it for about a year now. :)
I'm trying to process a bunch of local files. However, I'm not sure if there's a special attribute to set to make that work, because so far this is the kind of messages returned by the log:
source is a local file /home/myfolder/myfile.jpg
- source variables
file_src_name :
file_src_name_body :
file_src_name_ext :
file_src_pathname :
file_src_mime :
file_src_size : (max= 2097152)
file_src_error :
Great job on the class. I've been using it for about a year now. :)
I'm trying to process a bunch of local files. However, I'm not sure if there's a special attribute to set to make that work, because so far this is the kind of messages returned by the log:
Thank you for helping