Cannot resize

See all posts See thread Reply

Re: Cannot resize new!
by James, 16 years, 3 months ago
I found the problem. I was using $HTTP_POST_FILES['uploadfile'] instead of $HTTP_POST_FILES['uploadfile']['tmp_name']. Changing that made everything work. THanks anywayReply