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 1179138 commit c63f034Copy full SHA for c63f034
manual/en-US/chapters/packages/input.md
@@ -223,7 +223,7 @@ The `JInputFiles` class provides a way to handle file attachments as payloads of
223
224
Access the files from the request could be done as follows:
225
226
-```
+```php
227
// By default, a new JInputFiles will inspect $_FILES.
228
$input = new JInputFiles;
229
$files = $input->get('attachments');
0 commit comments