Is there any directive available in Angular4/Angular2, which supports file upload in chunks?
Asked
Active
Viewed 2,493 times
-2
-
1Welcome to stack Overflow .Please go through https://meta.stackoverflow.com/questions/326569/under-what-circumstances-may-i-add-urgent-or-other-similar-phrases-to-my-quest befor e posting a question. – Vikhyath Maiya Aug 31 '17 at 07:18
1 Answers
1
It really depends on what server you using. But I advice to take a look at File api, click

Denis Damen
- 11
- 3
-
Server side, PHP API receive data into chunks. Chunks is necessary because upload file size is approx more than 70MB. – binalpanchal Aug 31 '17 at 09:26