Hi, I just need help with this: http://forums.digitalpoint.com/showthread.php?t=1102155 I would wait for an answer but am in a rush. Can anyone help me get this to work and you will get $10 Cheers, Adam
instead of ftpupload($file_name, $file_tmp, "httpdocs/uploads/images/thumbs/"); ftpupload($file_name, $file_tmp, "httpdocs/uploads/images/big/"); Code (markup): you can just use imagepng($resized_img,"httpdocs/uploads/images/thumbs/".$file_tmp); imagepng($resized_img2,"httpdocs/uploads/images/big/".$file_tmp); Code (markup): You need not use any ftpupload function here