Joined June 2013
·

Florent Monbillard

Monréal, QC, Canada
·
·

Posted to Nginx direct file upload over 1 year ago

Ok I didn't notice that the upload request from the client is passed to the backend when the upload finishes within the same http request. So you are sure you're processing this client request. That's what I was wondering.
Thanks for your tip, really handy

Posted to Nginx direct file upload over 1 year ago

I tried your solution, upload works great but the tmp file gets stored as /tmp/00000x (x is a digit), and like the upload is async compared to the rest of the form that has already been saved as a "resource", how to you know what uploaded file belongs to what resource ? How can you know in advance where it's going to store it ?

Achievements
88 Karma
0 Total ProTip Views