Profile
Achievement
leonelsantos's Recent SnippetsTagged image
- All /
« Prev 1 Next »
A class for uploading images and creating thumbnails.
Example:
try{
$img = new img('photo');
if($_FILES['photo']['size']>=1000000){
exit('The file size of the file you are trying to upload is over limit.
Your file size = '.$_F...
2
987
posted 14 years ago by leonelsantos