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
Post a Comment