Commit e0673f7d by Alexander Makarov

Merge pull request #5759 from joshijitendra/patch-1

[ci skip] Fixed typo for "Uplaods" to "Uploads" on line 116
parents bfb62167 9efdf237
...@@ -113,7 +113,7 @@ $model->file->saveAs('uploads/' . $model->file->baseName . '.' . $model->file->e ...@@ -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
---------------------- ----------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment