We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5c5e5 commit 09e1dd2Copy full SHA for 09e1dd2
pages/about.php
@@ -1,13 +1 @@
1
-<?php
2
-
3
-if ($req->method == 'POST') {
4
- $files = $req->files('myFiles');
5
- echo '<pre>' . json_encode($files, JSON_PRETTY_PRINT);
6
-}
7
8
-?>
9
-<h1>About</h1>
10
-<form enctype="multipart/form-data" method="POST">
11
- <input type="file" name="myFiles[]" multiple>
12
- <button type="submit">Upload</button>
13
-</form>
+<h1>About</h1>
0 commit comments