asp.net - Do All Uploads Base64 Encode? -


i'm trying understand concept of uploading , how base64 may/may not relate.

when have html form (with multipart attribute) uploads attachment (e.g. image/executable) upon submission - browser base64 encode first, , send processing page? or browser send raw binary data target page?


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -