Currently , we can only upload a file upload 50 MB here , how can I increase it to 250 MB limit ? Please help #205
Replies: 3 comments
-
|
50 is the cap at the moment. If you want to upload higher than 50 mb file you can follow explanation for building a stack from local code in repo Readme https://github.com/aws-solutions/distributed-load-testing-on-aws and have a customized build. Then in the code you can attempt to increase the file size limit https://github.com/aws-solutions/distributed-load-testing-on-aws/blob/main/source/console/src/Components/Create/Create.js#L37C7-L37C22 |
Beta Was this translation helpful? Give feedback.
-
|
This is moved. I think it is how here: |
Beta Was this translation helpful? Give feedback.
-
|
As a hack you can search for the compiled javascript |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently , we can only upload a file upload 50 MB here , how can I increase it to 250 MB limit ? Please help
Beta Was this translation helpful? Give feedback.
All reactions