Multipart form

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Multipart form

Hugo <Nabble>
A form like this doesn't work anymore. The hidden "action" field always arrive as "nil".
<form method="post" enctype="multipart/form-data">
	<input type="hidden" name="action" value="save"/>
	<input type="file" name="test"></file>
	<button type="submit">Submit</button>
</form>
Reply | Threaded
Open this post in threaded view
|

Re: Multipart form

fschmidt
Administrator
fixed in rev 7d1afc73f835
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: Multipart form

Hugo <Nabble>
Thanks, closing thread.