php - How to use blueimp jquery file upload in kohana?
I would like to use blueimp jquery file upload with kohana framework, but can't implement it properly. I have controller with index action with upload handler initialization like this:
class Controller_Ajax_Jfupload extends Controller_Ajax {
public function action_index() {
$upload_handler = new UploadHandler();
}
}
UploadHandler.php is copied to /Controller folder. I created view with html given in example file. But is not working at all. I do not know where to put url pointing on my upload controller.
Answer
Solution:
There are many methods: this is my Method
Don't forget this script in your page: