Corrupted images when uploaded

cretu

Well-Known Member
Jul 21, 2002
208
0
166
Hi there,

I would like to ask you if anyone is aware of problem of images being corrupted when uploaded onto server. The upload is forced to Binary and so on, and have no errors, interuptions while uploading. Still, the images are corrupted.

Anyone experienced such thing?

Thanks,

Cretu

cPanel.net Support Ticket Number:
 

bennet

Well-Known Member
Apr 25, 2002
68
0
306
Brazil
cPanel Access Level
Root Administrator
Exclude the image of the server, clean the local cache, put the image in the server.

worked here!

cPanel.net Support Ticket Number:
 

nat

Well-Known Member
Jan 16, 2003
209
0
166
Am I understanding this correctly?

> Exclude the image of the server,
1. Delete the file from the server?

> clean the local cache,
2. Clear your Web Browser's cache on your home computer?

> put the image in the server.
3. Upload your pictures to the server?


I have a problem with my computer wanting to download all pictures from a website each time I visit the website. It only does this with this one website. When viewing the properties of an image on this site it says:

Protocol: HyperText Transfer Protocol
Type: Not Available
Address: http://some-address-here.com/images/myimage.jpg

Size: Not Available
Dimensions: 771x137 pixels

Created: Not Available
Modified: Not Available

I have done everything at: http://support.microsoft.com/default.aspx?scid=kb;en-us;260650

cPanel.net Support Ticket Number:
 

nat

Well-Known Member
Jan 16, 2003
209
0
166
Place this in httpd.conf if compiling Apache with mod_gzip:
mod_gzip_send_vary Yes

-----------------------------------

cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.bak
pico /usr/local/apache/conf/httpd.conf

mod_gzip_send_vary Yes

/etc/rc.d/init.d/httpd restart