Use file uploader for file size till 100mb, later use chunks by its own #1150

Open
opened 2020-04-27 11:20:00 +00:00 by NeelBhatt · 0 comments
NeelBhatt commented 2020-04-27 11:20:00 +00:00 (Migrated from github.com)

We want to use ng2 file uploader only for files till 100mb and if file size is more than 100mb, we do not want to use the library and want to upload it by converting it into chunks. We can put a condition to check if file size is greater than 100mb but how can we get actual file object which we can convert to chunks? Has anyone used like this before? Thanks in advance.

We want to use ng2 file uploader only for files till 100mb and if file size is more than 100mb, we do not want to use the library and want to upload it by converting it into chunks. We can put a condition to check if file size is greater than 100mb but how can we get actual file object which we can convert to chunks? Has anyone used like this before? Thanks in advance.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1150