yii-joblo / multimodelform

Yii extension multimodelform
13 stars 9 forks source link

File Upload #5

Closed larry-tx closed 10 years ago

larry-tx commented 11 years ago

Many thanks for such an outstanding (and complete) extension. And for the superb documentation! So many Yii extensions are incomplete, do not work without serious debugging, and generally detract from the professionalism of Yii. I installed your extension using your very clear instructions, and it worked perfectly out of the box. An all too rare experience when working with Yii.

I really like the fact that you've add "file" to the field types supported by the extension. That gets to exactly what I'm looking for. Unfortunately, I'm not at all sure how to go about using it to upload files. I'm guessing that you've designed this functionality using CUploadFile or one of the extensions. Could you provide instructions on how to incorporate upload functionality using the file field in your extension?

My apologies if I've overlooked the instructions. I did try to check everyplace.

yii-joblo commented 11 years ago

Sorry, the fileupload widget is not supported yet. But there is a 'hack' - I didn't have the time to test and integrate it in the official release.

http://www.yiiframework.com/forum/index.php/topic/20289-extension-multimodelformjqrelcopy/page__view__findpost__p__101772

yii-joblo commented 10 years ago

Fileupload coming soon, I have to test a few days.

yii-joblo commented 10 years ago

Fileupload done.