Re: [PHP] scaling and uploading the pt 2

2007-09-20 Thread brian
Hulf wrote: This is the full code so far. The files are saving but they are not resizing. Can anyone help? I need to get this $myimage = imagejpeg($thumb); into $target_path directory. H. -- if(isset($_POST['_upload']) && $_FILES['userfile']['size'

[PHP] scaling and uploading the pt 2

2007-09-20 Thread Hulf
This is the full code so far. The files are saving but they are not resizing. Can anyone help? I need to get this $myimage = imagejpeg($thumb); into $target_path directory. H. -- if(isset($_POST['_upload']) && $_FILES['userfile']['size'] > 0) { $ima