You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generally with RAW POST upload there is no way to attach data to payload other than use URL query params or custom HTTP headers. For sure you can introduce your own HTTP header, i.e. X-My-File-Metadata, and that header will be passed up to back-end. I haven't tested URL query params yet. Try to concat $query_string to backend_url and let us know about your results.
And of course you can pass params using URL path i.e. /files/23123/abc/def then you can use location statement with regular expression to extract what you need and build backend_url using these matches.
I need some params to be passed to the final url when the file uploading is finished
a config option like in nginix-upload-module upload_pass_form_field
The text was updated successfully, but these errors were encountered: