My online tech scrapbook where I keep my notes in case I need to look them up later
Friday, June 1, 2012
AJAX Binary Uploads
To be able to upload binary data via AJAX (i.e. XMLHttpRequest), it is necessary that the browser supports XMLHttpRequest 2. Otherwise, binary data will have to be uploaded in Base 64 encoded format, which has 33% additional overheads.
No comments:
Post a Comment