0

I am developing a web app using MEAN Stack and Angular 6. I want to upload tiff files(maps) with large file size.(max size is around 1.4 GB).I used 'ng2fileUpload' and 'multer' for that but it does not allow to store large files. Is there any good method to use for uploading large files in nodejs. My preavious post is on this link. 'Uploading files using multer gives 'request entity too large' error'

RMD
  • 311
  • 1
  • 7
  • 22

1 Answers1

0

You should check first if there is a limit on max upload on the server site instead of the client side. There is a limit with apache service.

Martijn van Wezel
  • 1,120
  • 14
  • 25