Uploads larger than 100 MB fail with a timeout error instead of completing successfully.
Steps to reproduce:
- Attempt to upload a file larger than 100 MB through the application.
- The upload begins but does not complete.
Expected behavior:
Large file uploads (100 MB+) should complete successfully, or the application should handle them gracefully (e.g. via chunked/streaming upload) instead of timing out.
Actual behavior:
The application times out during the upload and the operation fails.
Uploads larger than 100 MB fail with a timeout error instead of completing successfully.
Steps to reproduce:
Expected behavior:
Large file uploads (100 MB+) should complete successfully, or the application should handle them gracefully (e.g. via chunked/streaming upload) instead of timing out.
Actual behavior:
The application times out during the upload and the operation fails.