More refactoring: Allow files to be imported from disk directly
This commit is contained in:
parent
2a89e4d5a0
commit
84f0f135ef
4 changed files with 137 additions and 134 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue