Hi,
I am trying to upload a file to an nginx server and then have it passed
on
to the backend server after upload completes. I am able to set it up as
described here (Nginx direct file upload (Example)) and see that the file is
being uploaded. However I am not able to get the file name and type to
my
backend server.
Could someone please tell me if I am missing something here? Any help is
much appreciated.
BTW this question is also at
https://superuser.com/questions/745300/nginx-pass-filetype-to-backend-server
.
Thanks!