File upload
#245
-
In XForms, there is an |
Beta Was this translation helpful? Give feedback.
Answered by
JoernT
Feb 20, 2024
Replies: 1 comment 3 replies
-
Actually, there does seem to be an |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well Fore should not hold you back from putting a file input into your page and use it in a usual way.
The interesting point comes when you want to send some additional parameters with the request. That needs binding that to the data. This is already possible with something like this:
If the user chooses a file the filename will end up in the bound node but of course you actually want the data. The actually missing part is multipart formdata support for submission.