Thread: Upload problem
View Single Post
Old December 22nd, 2005, 11:31 AM   #9 (permalink)
Big_Ad
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 30
I also just had this reply:

What you need to do is to find the imagejpeg() in your script (check the
line it mentions above), and on the line before add:

$fp=fopen($FILE,"w");fclose($fp);

replace $FILE according to what the variable is on the second parameter of
the imagejpeg() call.


I have no idea what I'm doing here LOL - is this correct?
Big_Ad is offline   Reply With Quote