yii2-file-upload-widget icon indicating copy to clipboard operation
yii2-file-upload-widget copied to clipboard

Form save

Open 5704709 opened this issue 9 years ago • 1 comments

Hello! How to save form data with uploaded images list? I try to use hidden fields, but I think it's wrong way.

5704709 avatar Apr 27 '16 19:04 5704709

I always keep form data separated from the multiple file upload. I would rather use this widget instead if you need to upload image + form data: https://github.com/2amigos/yii2-file-input-widget

tonydspaniard avatar Sep 26 '16 08:09 tonydspaniard