WileESpaghetti / pantry

Frontend for Larder.io
1 stars 0 forks source link

Document upload limits #1

Open WileESpaghetti opened 3 years ago

WileESpaghetti commented 3 years ago

We need to find the limit of how big a bookmarks file can actually be based on default PHP, MySQL and Laravel settings

Stuff that could affect that are

WileESpaghetti commented 1 year ago

I've added UploadService::getUploadLimit() to help detect this. Currently it is only useful for finding out how big the file size of the upload can be. This issue is more about detecting how big of a file can actually be processed.