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

Implement size limit on file uploads: 500MB #15

Open
Ironman28 opened this issue Apr 7, 2015 · 2 comments
Open

Implement size limit on file uploads: 500MB #15

Ironman28 opened this issue Apr 7, 2015 · 2 comments

Comments

@Ironman28
Copy link

Uploads over 500MB should generate an error message as soon as a user tries to upload the file (i.e., not after waiting for the upload to complete or to reach 500MB!)

@ahelme ahelme added this to the spring 2015 - normal priority milestone Jun 16, 2015
@ahelme
Copy link
Member

ahelme commented Oct 15, 2015

Hmmm, is this possible, I wonder, Markos - to check filesize as it is uploading, and then stop it from uploading with an error (do files even contain their size, in the header?) ???

At the very least, the upload button could be changed to say UNDER 500MB ONLY?

The button that says "Add a Video - Click or Drag & Drop"

could instead say "Add a Video - Click or Drag & Drop - UNDER 500MB ONLY"
http://www.criticalcommons.org/cc/Members/anna/clips/@@publish_video

What do you think, Steve - if we can't do the optimum?

@Ironman28
Copy link
Author

I thought we had a file size limit implemented previously, but maybe not. This 21 minute video is 1GB, uploaded over a year ago: http://www.criticalcommons.org/Members/DawnFratini/clips/caged-heat-and-the-women-in-prison-genre If we can't implement a real file limit, a fake warning would be fine. It hasn't been a problem so far, but our new servers cannot be expanded beyond 4TB.

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

3 participants