Issue with Uploading Large Files (500MB) in Custom LMS App

I’m facing an issue with uploading large video files (up to 500MB) in a custom LMS app built on the Frappe framework. Here’s what I’ve done so far:

  1. Configuration Changes:
  • site_config.json: Set "max_file_size": "500000000"
  • Nginx (nginx.conf): Set client_max_body_size 500m

Hi @ManojUnderwings:

Check max_file_size on System Settings, Files tab

What kind of issue? Error on client side?