Nginx-upload-module for upload files setup?

Hi all!
I’m trying tune upload blobs (images) to meteor server file system (under nginx) by:

var xhr = new XMLHttpRequest(); 
xhr.open('POST', 'myApp/upload', true);

Is it necessary to add a nginx-upload-module for post data?

For uploading file in meteor i recommend the ostrio package

1 Like

wow! nice point!
big thank :+1: