HTTP Module
Greetings everyone,
I am working on an app where I deal with the Raw HTTP request, more specifically binary files that are sent via the HTTP Request. My question is a seemingly easy, although, I have read just about every RFC specification relating to this and every other related article I could find to no avail. My question is: What do binary files get encoded to when they are uploaded via HTTP?? I could have sworn that it was a base64 encode, however when I tried to use System.Convert.ToBase64String does not work and System.Convert.FromBase64Strig raises an exception about invalid Base64 characters in the string.
What im trying to do is grab this encoded string, code it back into a binary file and return it to the user, any ideas???
"The one language all programmers understand is profanity."
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click  on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================
|