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.

References:

No comments:

Post a Comment