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 4815748 commit 341345dCopy full SHA for 341345d
README.md
@@ -579,7 +579,7 @@ These filters are based on OGC standards and so is the WKT specification in whic
579
580
### File uploads
581
582
-If you add the 'fileUpload' middleware you can also upload a file using a web form (multipart/form-data):
+The 'fileUpload' middleware allows you to upload a file using a web form (multipart/form-data) like this:
583
584
```
585
<form method="post" action="http://localhost/api.php/records/categories" enctype="multipart/form-data">
0 commit comments