Browse Source

Fixed typo for "Uplaods" to "Uploads" on line 116

tags/2.0.1
Jitendra Joshi 10 years ago
parent
commit
9efdf237f0
  1. 2
      docs/guide/input-file-upload.md

2
docs/guide/input-file-upload.md

@ -113,7 +113,7 @@ $model->file->saveAs('uploads/' . $model->file->baseName . '.' . $model->file->e
If you're using "basic" application template then folder `uploads` should be created under `web`. If you're using "basic" application template then folder `uploads` should be created under `web`.
That's it. Load the page and try uploading. Uplaods should end up in `basic/web/uploads`. That's it. Load the page and try uploading. Uploads should end up in `basic/web/uploads`.
Additional information Additional information
---------------------- ----------------------

Loading…
Cancel
Save