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 am not sure what can be happening... When process() returns true, it has saved the file before.
My guess would be that your code is on a server with some kind of filer (Netapp, etc...) which explains why you may see the file later (read), even though PHP has written it at the right time (write).
To check, right after calling process(), add some PHP code to check whether the image has been created or not.Reply
My guess would be that your code is on a server with some kind of filer (Netapp, etc...) which explains why you may see the file later (read), even though PHP has written it at the right time (write).
To check, right after calling process(), add some PHP code to check whether the image has been created or not.