Joined April 2013
·
Posted to
Nginx direct file upload
over 1 year
ago
How to pass file path as GET or POST variable (instead of the header X-File) in the request to the back-end?
Posted to
Nginx direct file upload
over 1 year
ago
why only upload file successfully by using curl --data-binary?
I have tried normal form upload, but the temp file is form field name and value?
Achievements
47 Karma
0 Total ProTip Views
Python 3
Have at least three original repos where Python is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
@mikhailov, I have tried to making a URL like : http://back-end/file?name=xxx&path=$request_body_file, but I can't get the value of $requestbodyfile, and this variable's value only can be set in header. I don't know why.