-2

Is there any directive available in Angular4/Angular2, which supports file upload in chunks?

halfer
  • 19,824
  • 17
  • 99
  • 186
  • 1
    Welcome 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 Answers1

1

It really depends on what server you using. But I advice to take a look at File api, click

  • 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