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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -