Files
tprais2/x.xml
2026-03-24 13:37:39 +01:00

5 lines
166 B
XML

<form enctype="multipart/form-data" method="post" action="http://example.com/jobs">
<input type="text" name="name" />
<input type="file" name="cv" />
</form>