These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Corrupt files open/download

Hi there - I need some help.

Everything is working fine for me exept for one thing.
When trying to download a file the file can't be opened and the same thing if i download it- it is destroyed.  

It is working fine to browse the file with the "B" button though. 

Anyone got an idea?
Henrik 3/18/2005 8:07 AM
Hi Henrik i've the same problem. i can not open files downloaded except .txt.
Please help me!
caio 7/18/2005 5:45 AM
any idea?
caio 7/18/2005 12:14 PM
I was getting corrupt files until I added a "Response.Clear" command to the WexGeneric.asp plugin file in the Download() function as shown below:

Response.ContentType = "application/x-msdownload"
Response.Clear
Response.BinaryWrite stream.Read
MT 7/20/2005 9:23 PM