Merge pull request #5759 from joshijitendra/patch-1

[ci skip] Fixed typo for "Uplaods" to "Uploads" on line 116
This commit is contained in:
Alexander Makarov
2014-10-25 13:11:35 +04:00

View File

@@ -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
---------------------- ----------------------