More refactoring: Allow files to be imported from disk directly

This commit is contained in:
Albert Santoni 2015-02-20 16:36:36 -05:00
parent 2a89e4d5a0
commit 84f0f135ef
4 changed files with 137 additions and 134 deletions

View file

@ -2,10 +2,6 @@
class Rest_MediaController extends Zend_Rest_Controller
{
const IMPORT_STATUS_SUCCESS = 0;
const IMPORT_STATUS_PENDING = 1;
const IMPORT_STATUS_FAILED = 2;
public function init()
{