Forums

I getting request entity too large on uploading large files i.e upto 400M+

I am getting "request entity too large" error while uploading files which are of large size. Currently I am using a customized plan of 100000 CPU time per second, 2 web apps, 10 web workers and 100 gb storage. kindly let me know that whether I should upgrade my package or optimize it from the code

Unfortunately our system is set up with a 100MiB limit for file uploads. Are you trying to upload the files into your PythonAnywhere storage using our site, or is this an upload to a site that you're running on our platform? If it's the former, this help page has some suggestions.

I am uploading the files through my site which is running onto your platform. kindly provide any suggestions for that

If you want to bypass that limit in your web app, you need to split the file in your frontend js code and upload it in parts.