Specifying a custom file name for mg_http_upload() #2831
Replies: 1 comment 1 reply
-
There is no such function. Lines 932 to 974 in 22b52f8 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
In version 7.12, the
mg_http_upload()
function accepted a path as its parameter. It seems that starting from version 7.13 the function accepts a directory name instead, and taking the file name from the "name" variable of the GET query.Is there a way to specify a temporary file name instead (other than the name provided in the provided in the query)?
Best regards,
Dmitry
Beta Was this translation helpful? Give feedback.
All reactions