ctrlcctrlv / infinity

A vichan fork permitting users to create their own boards
Other
318 stars 149 forks source link

Added a check for max file size #513

Closed wholelotofhs closed 9 years ago

wholelotofhs commented 9 years ago

The file size limit is hardcoded at 8 MB; good enough if this code is going to be scrapped for infinity next.

ctrlcctrlv commented 9 years ago

Hi,

Sorry - not really good enough. Doesn't display an error, and furthermore, the sum of the sizes of the files you upload are figured: it's 8MB per post, not really 8MB per file.

I will write a proper one as multiple people have complained so far (including Jim, lol) about how it doesn't warn you that your'e going to go over the limit and it gives you a cryptic error.