CC-5709: Airtime Analyzer
* Added session auth to the Media API (if you're logged in) * Started reworking our Plupload interaction with the server to be less awkward. * Basic uploading works with the Add Media page again, but messages aren't dispatched to airtime_analyzer yet (coming next...)
This commit is contained in:
parent
6d7117f670
commit
e6cbbdff33
5 changed files with 64 additions and 17 deletions
|
@ -6,8 +6,8 @@ class PluploadController extends Zend_Controller_Action
|
|||
public function init()
|
||||
{
|
||||
$ajaxContext = $this->_helper->getHelper('AjaxContext');
|
||||
$ajaxContext->addActionContext('upload', 'json')
|
||||
->addActionContext('copyfile', 'json')
|
||||
$ajaxContext->addActionContext('upload', 'json')
|
||||
->addActionContext('uploadFinished', 'json')
|
||||
->initContext();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue