CodePadApp / codepad-issues

Issue tracker for CodePad
https://codepad.app
4 stars 0 forks source link

Large files fail to upload. #61

Closed ethan-vanderheijden closed 10 months ago

ethan-vanderheijden commented 2 years ago

If you upload files over ~10 MB or so, the upload will fail. On Chrome, an error is printed in the console that says "413 Request Entity Too Large."

Ideally, we should figure out the exact upload limit and warn the users if the files they want to upload exceed it.

Bongs237 commented 10 months ago

fixed with https://github.com/CodePadSite/codepad/pull/344