Replies: 2 comments 10 replies
-
|
@Laxilef : Hi, |
Beta Was this translation helpful? Give feedback.
-
|
Ok so I looked at the code and did some tryouts and indeed the param are only added once the upload is completed... In the form: And then accessible only in the request handler after the upload is processed. That's lame, because the lib knows about these params before starting the upload process.... It process them but only the filename is passed to the handler |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there any way to get the file parameter name before it finishes uploading? This is important because depending on the parameter name, we interact with the file differently.
Example of a multipart request:
The only thing I found is
_itemNameinAsyncWebServerRequest, but it is private.Beta Was this translation helpful? Give feedback.
All reactions