PDA

View Full Version : Browser Upload



YUPAPA
July 11th, 2001, 21:41
Does Browser Upload only transfer files in Binary mode?
Can we make it in ASCII?

niv
July 11th, 2001, 22:39
i guess you can have it upload the file, then post its contents (through reading it line for line and pasting it into a file) into a local file on the server.

Dusty
July 11th, 2001, 22:58
Not sure if it can be uploaded in ASCII. I know in the two FWP scripts I'm writting now I'm offering the option to convert files to ASCII but that's done after they've been uploaded (in binary)... if anyone knows, I'd like the answer too.

lucifer
July 12th, 2001, 07:15
far as I'm aware you have no choice the browser sends the file as it chooses (binary always i'd imagine) so all you have control over is the server end