Hi, I would like to submit a form using ajaxsubmit button. But when i try to submit a form with file field, its not working. Is it possible in Yii? Or any other extension for performing this?
Thanks
Hi, I would like to submit a form using ajaxsubmit button. But when i try to submit a form with file field, its not working. Is it possible in Yii? Or any other extension for performing this?
Thanks
It’s not possible to upload files via AJAX (security issues).
Still there are a lot of workarounds (iframe, flash and so on).
Try plupload, swfupload, jquery ajax uploader or something else.