icefusion

Zend File Transfer Adapter http

Nov 8th, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $upload = new Zend_File_Transfer_Adapter_Http();
  2. $upload->setDestination('../arq/');
  3. $upload->receive();
Advertisement
Add Comment
Please, Sign In to add comment