Skip to content

Fix Frontend Crash on Large File UploadΒ #36

@Shehrozkashif

Description

@Shehrozkashif

πŸ“Œ Background / Context

Uploading large files in the frontend causes crashes or unresponsiveness. This affects usability for users handling large datasets or documents. Implementing file size validation and chunked upload prevents crashes and improves UX.

🎯 Objectives

  • Prevent frontend crashes on large uploads
  • Allow handling of large files via chunking
  • Improve user feedback with progress indicators and error messages

βœ… Tasks

  • Add maximum file size validation on frontend
  • Implement chunked upload to handle large files
  • Add a progress indicator for upload status
  • Add error handling and user-friendly messages on failure
  • Test upload with different file sizes

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfrontend

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions