Use file uploader for file size till 100mb, later use chunks by its own #1150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.