Closed ethan-vanderheijden closed 10 months 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.
fixed with https://github.com/CodePadSite/codepad/pull/344
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.