Questions tagged [yii-xupload]

jQuery file upload extension for Yii, allows your users to easily upload files to your server:

Its a Yii Framework extension that allows users to easily upload files to your server,

It is basically a wrapper of blueimp's jQuery File Upload widget.

You can find information on the Yii extension official page

There are also wikies on how to use it within a full workflow and how to send Additional form data

21 questions
3
votes
2 answers

How to use xupload with Yii

I am new to Yii and want to integrate file uploading.Unfortunately I have not been able to make it work.I have downloaded and extracted the plugin to /extensions/ folder but now I do not know what to do. Can some one guide me? here is the link for…
Symfony
  • 2,289
  • 6
  • 23
  • 30
3
votes
0 answers

duplicate upload view in XUpload Yii

I need two upload file with two upload view in one page with extension XUpload in Yii, but render first upload view. $model = new MMediaUploadForm; $url = aUrl('/project/media/upload', array('projectId' => $this->project->id)); …
Fatemeh Namkhah
  • 669
  • 1
  • 6
  • 22
3
votes
1 answer

javascript code does not run with x-tmpl or x-jQuery-tmpl template

I Have this template for (xupload) blueimp plugin: