Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress Uploaded Demo files. #17

Open
KyleSanderson opened this issue Oct 20, 2013 · 1 comment
Open

Compress Uploaded Demo files. #17

KyleSanderson opened this issue Oct 20, 2013 · 1 comment

Comments

@KyleSanderson
Copy link
Contributor

Demo files can become quite large. Compressing uploaded files using gzip or even xz would be amazing.

@Xulunix
Copy link

Xulunix commented Oct 20, 2013

A good idea!
How about saving ALL demos compressed in a single format, but allow the users to upload them in different formats?
For example zip, rar, gzip, bz2 or uncompressed and on the server they get unpacked and repacked in one format?
for example,
user1 uploads an uncompressed demo -> Packed into a ZIP file
user2 uploads a rar packed demo -> unpacked & repacked into a zip file
etc.

So, all demos are compresed in one format, but the users can use the format they want to upload?

It should be relative easy to add

@ghost ghost mentioned this issue Mar 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants