tikiwiki/packages/tiki-pkg-casperjs/jerome-breton/casperjs/tests/site/field-file-multiple.html

11 lines
272 B
HTML
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
<!DOCTYPE html>
<html>
<head>
<title>Form field file multiple test</title>
</head>
<body>
<form action="result.html" enctype="multipart/form-data">
<input type="file" name="files[]" multiple="multiple">
</form>
</body>
</html>