PHP Classes

Upload Local File

Recommend this page to a friend!

      phpTube  >  All threads  >  Upload Local File  >  (Un) Subscribe thread alerts  
Subject:Upload Local File
Summary:Upload Local File
Messages:1
Author:punglas
Date:2007-11-06 21:59:28
 

  1. Upload Local File   Reply   Report abuse  
Picture of punglas punglas - 2007-11-06 21:59:28
I have problems downloading un local File (that mean on my computer) with demo.php (that is on my server).
I use these parameters :
$id = $tube->upload ("C:\\Temp\\Oriege.wmv","PHPTube Demo2", "Demo PHP YouTube2", "...", 17, "FR");
or
$id = $tube->upload ("C:\Temp\Oriege.wmv","PHPTube Demo2", "Demo PHP YouTube2", "...", 17, "FR");

But it doesn't work ...

Could someone help me ?