I have files often uploaded via browser and maybe considering using another method to make uploads faster.
When a file is uploaded via browser, is there much overhead due to encoding?
Do you know how much?
Thanks!
I have files often uploaded via browser and maybe considering using another method to make uploads faster.
When a file is uploaded via browser, is there much overhead due to encoding?
Do you know how much?
Thanks!
The only overhead are the HTTP headers and the multipart/form-data MIME format; all of this is static (see RFC2616 and RFC2388).