@@ -852,7 +852,7 @@ The above example will add a header "X-Time-Taken" with the number of seconds th
852
852
853
853
### File uploads
854
854
855
-File uploads are supported through the [FileReader API](https://caniuse.com/#feat=filereader).
855
+File uploads are supported through the [FileReader API](https://caniuse.com/#feat=filereader), check out the [example](https://github.com/mevdschee/php-crud-api/blob/master/examples/clients/upload/vanilla.html).