Hi,
I have to upload large text files to PHP server using multipart/form-data.
However, to save user's data bandwidth, I also want data to be compressed.
I see some modules / libraries in forum for multipart/form-data uploads, but they do not seem to use compression.
Is it possible to achieve on-the-fly compression for HTTP uploads that is transparent to client and server?
Is there any code snippet / module / library for the same?
TIA.
I have to upload large text files to PHP server using multipart/form-data.
However, to save user's data bandwidth, I also want data to be compressed.
I see some modules / libraries in forum for multipart/form-data uploads, but they do not seem to use compression.
Is it possible to achieve on-the-fly compression for HTTP uploads that is transparent to client and server?
Is there any code snippet / module / library for the same?
TIA.