You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement chunked upload for backup imports
- Introduced a new chunked upload mechanism in ImportModal.tsx to handle large .flarum archive uploads.
- Added fallback chunk size and retry logic for failed chunks.
- Created new API endpoints for handling chunk uploads and inspecting the uploaded files.
- Updated UploadImportController to initialize chunked uploads and validate file sizes.
- Added ChunkImportController to append chunks to the staging file and ensure idempotency.
- Implemented InspectImportController to validate the completeness of the uploaded file and retrieve metadata.