bugy / script-server

Web UI for your scripts with execution management
Other
1.59k stars 247 forks source link

File Upload Max Limit Change #673

Closed Jaydip-Chabhadiya closed 1 year ago

Jaydip-Chabhadiya commented 1 year ago

I want to upload file >10MB but it shows error

bugy commented 1 year ago

Hey,

Please try this option https://github.com/bugy/script-server/wiki/Server-configuration#max_request_size

Jaydip-Chabhadiya commented 1 year ago

It's working changed conf/conf.json

"max_request_size": 100

Really appreciate your quickness Thanks for blazing fast response :)