5 ms·
I don't believe that browsers let uploads be gzipped, as it can't be sure that the server supports gzipped requests.
by mhansen 14y ago
I don't believe that browsers let uploads be gzipped, as it can't be sure that the server supports gzipped requests.
- jimktrains2 14y agoGood call. I would think there should be a way to specify it... Something to look into I guess. EDIT: or as a comment above states, compress (gzip/deflate) it yourself. Not the most elegant, but if space is an issue.