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.
For all uploads, regardless of size, the second upload I do (thumbnail or simple upload) always throws these errors:
Warning: getimagesize(D:\webserver\tmp\phpD256.tmp): failed to open stream: No such file or directory in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 2984
Warning: fopen(D:\webserver\tmp\phpD256.tmp): failed to open stream: No such file or directory in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 3043
Warning: move_uploaded_file(D:\webserver\tmp\phpD256.tmp): failed to open stream: No such file or directory in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 3776
Warning: move_uploaded_file(): Unable to move 'D:\webserver\tmp\phpD256.tmp' to '../../content/\9cf6b785c383aae2406774fe13912cee.jpg' in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 3776 error : Can't create the temporary file. Can't carry on a process.Reply
Warning: getimagesize(D:\webserver\tmp\phpD256.tmp): failed to open stream: No such file or directory in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 2984
Warning: fopen(D:\webserver\tmp\phpD256.tmp): failed to open stream: No such file or directory in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 3043
Warning: move_uploaded_file(D:\webserver\tmp\phpD256.tmp): failed to open stream: No such file or directory in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 3776
Warning: move_uploaded_file(): Unable to move 'D:\webserver\tmp\phpD256.tmp' to '../../content/\9cf6b785c383aae2406774fe13912cee.jpg' in F:\Software Development\(PHP) SpychMed International\HTDOCS\scripts\upload\class.upload.php on line 3776
error : Can't create the temporary file. Can't carry on a process.