User Image, create action view?

I’m new to using yii. I’ve gone through the blog tutorial and now I want to add the ability for users to include an image to their user account.

I found this tutorial, http://www.yiiframework.com/wiki/2/how-to-upload-a-file-using-a-model/#add-comment and I’m stuck on one issue. The final step is: “Finally, create the action view and generate a file upload field.” followed by some code. What? I know this is simple but I’m not sure what file I should create and where?

Any help would be appreciated.

Thanks.

In your view file. If we read that wiki, I think it will be added in form file:




protected/views/item/_form.php