Maximum file size #9

Closed
opened 2017-04-03 19:16:55 +02:00 by stoatally · 2 comments
stoatally commented 2017-04-03 19:16:55 +02:00 (Migrated from github.com)

At the moment it's possible to publish a file of any size, and also download a file of any size. We should probably add a sensible limit to both, something around 5 to 10MB maybe?

At the moment it's possible to publish a file of any size, and also download a file of any size. We should probably add a sensible limit to both, something around 5 to 10MB maybe?
bones7242 commented 2017-06-30 21:06:19 +02:00 (Migrated from github.com)

socketio-file-upload, which we are using has a file upload limit option. It should be easy to set this there.

https://github.com/lbryio/spee.ch/blob/master/public/assets/js/claimPublish.js

socketio-file-upload, which we are using has a file upload limit option. It should be easy to set this there. https://github.com/lbryio/spee.ch/blob/master/public/assets/js/claimPublish.js
bones7242 commented 2017-07-06 08:25:44 +02:00 (Migrated from github.com)

note: spee.ch needs to check the upload size on uploads from both (1) the homepage and (2) the api

note: spee.ch needs to check the upload size on uploads from both (1) the homepage and (2) the api
This discussion has been locked. Commenting is limited to contributors.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
LBRYCommunity/spee.ch#9
No description provided.