Azure-Samples / Azure-Samples/java-migration-copilot-samples
Application timeout during file upload
- Langage dominant
- JavaScript
- Étoiles
- 25
- Forks
- 164
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
No files, tests, or upload entry points are named in the issue. Reproduce the timeout with a file larger than 100 MB, then trace the application's upload path and existing handling for large requests; done means the upload completes or fails gracefully without an application timeout.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- backend
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100