0

Is there any angular library that can split file into smaller chunks and send it to a backend.

For example: Split 100 MB file into chunks of size 5 MB and send it to an API.

prabhakar_711
  • 91
  • 2
  • 8

1 Answers1

1

At this moment, I can suggest you possibly two libs:

  1. ng7-large-files-upload-lib

  2. angular-material-fileupload

If they don't work as expected you should refer this link. The answer here has JS code that can help you manually divide the big file and send it to the backend.

Apoorva Chikara
  • 8,277
  • 3
  • 20
  • 35