in reply to
Image Corruption?
When uploading images they need to be transferred in BINARY mode. If you upload in ASCII, the images will deffinately be corrupted.
~heise2k~
Comment on
Re: Image Corruption?
Replies are listed 'Best First'.
Re^2: Image Corruption?
by
Anonymous Monk
on Nov 11, 2009 at 18:49 UTC
You are correct. Image corruption is caused by uploading via FTP on ASCII mode. Binary makes sense.
[reply]
In Section
Seekers of Perl Wisdom