CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
160 stars 97 forks source link

need help on attaching uploaded images #27

Open sajtosnorbert opened 9 years ago

sajtosnorbert commented 9 years ago

Hi!

As I am new to yii2 I need some help with your extension. Can you give me an example on how to attach the uploaded images with your extension?

  1. I have a Product model and I need to attach one or more images to it.
  2. Selecting the files using the file input widget in the form
  3. What should I do after it to save the image instances with your extension?

I am asking you as I'd like to create a clean simple code.

Thanks, Norbert.