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.
Hi, if the user doesnt select a image then it wont upload... When you show the image on the screen you check if it exists (file_exists in php) if it doesnt exist then show a default image...
When you show the image on the screen you check if it exists (file_exists in php)
if it doesnt exist then show a default image...
Good Luck