Skip to content

Commit 341345d

Browse files
committed
docs
1 parent 4815748 commit 341345d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ These filters are based on OGC standards and so is the WKT specification in whic
579579

580580
### File uploads
581581

582-
If you add the 'fileUpload' middleware you can also upload a file using a web form (multipart/form-data):
582+
The 'fileUpload' middleware allows you to upload a file using a web form (multipart/form-data) like this:
583583

584584
```
585585
<form method="post" action="http://localhost/api.php/records/categories" enctype="multipart/form-data">

0 commit comments

Comments
 (0)