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 trying to upload 2-3Mb multiple files uploads. then store them as a blob in MySQL server. It seems to be only able to handle up to 700kb files. Any file large than 700kb seems to make it unstable, giving a variaty of errors. Has any body else tried to work with file of this size. ThanksReply
then store them as a blob in MySQL server.
It seems to be only able to handle up to 700kb files. Any file large than 700kb seems to make it unstable, giving a variaty of errors.
Has any body else tried to work with file of this size.
Thanks