in reply to Re^3: Copying files
in thread Copying files

Thanks for your information. I've Google'd "Content-Disposition" for about an hour now trying to get as much information on it as I could.

From what I could tell, its primary use is to set attachments through the headers of the page (or in some cases tell the download box to stop being a file hog and send it through the browser instead.

I've done something in the past where I read the file into memory, tossed it in a whatever-named zip file and I pushed it to the user. I COULD do that again if necissary but this brings on another question.. Is it possible to rename a file and push it through a web page somehow without ever having a second copy of the file?