Scott Wilcox wrote:
Greetings folks,
I'm having a few issues with PHP this evening. I'm uploading various jpg
images, doing a resize via GD, and then storing the image in a database.
Usually this works fine, but for some unknown reason I'm getting
corrupted uploads. The corruption happens before any processing is done
on the image, and I can't seem to work out why. Form is as follows:
<form enctype="multipart/form-data" action="/account/photo" method="post">
<input name="photo" type="file" />
<input type="submit" name="submit" value="Submit" />
</form>
You can view the corrupting image here:
http://nixbox.org/page_image.php?type=full
Any help would be appreciated greatly, I just can't seem to figure this
one out.
Scott.
First, start your own thread next time. Don't hijack someone else's.
Now a question. Are you doing an error redirect for /account/photo ??
if so, the post data is not carried through the error redirect.
--
Jim Lucas
"Some men are born to greatness, some achieve greatness,
and some have greatness thrust upon them."
Twelfth Night, Act II, Scene V
by William Shakespeare
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php