Qt 5.1 zlib compression compatible with Python zlib.decompress. Uploading files to the server.
Task
I want transfer file from Qt 5.1 application to the server. File must be packed before transmission (in Qt application), then must be unpacked in server's (in Python script). We will use zlib compression in both sides.
