[python-win32] Sending a binary file from ASP

2005-04-27 Thread Roger Upole
You might want to try base64 encoding the zip file, since it's binary data. Roger ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Sending a binary file from ASP

2005-04-25 Thread Emlyn Jones
Hello, I am trying to get an ASP script to download a file. The file arrives at the correct size but is corrupted, what am I missing? If I run the get_file function directly at the command prompt and save the resulting data it is fine, so there must be something wrong with the way I send the data f