Azure-Samples / Azure-Samples/java-migration-copilot-samples
Application timeout during file upload
Open
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
Uploads larger than 100 MB fail with a timeout error instead of completing successfully.
**Steps to reproduce:**
1. Attempt to upload a file larger than 100 MB through the application.
2. 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.
Contributor guide
Assessment
This issue has not been assessed yet.