Search

You searched for the word(s):
< 1 second(s)
  • Re: How to translate the messages to another language

    Ooops! :) &nbsp; OK, I fixed it, but when I load files I still see (very quickly): &nbsp; Uploading... secs remaining &nbsp; Are there more messages that I should also translate?&nbsp;
    Posted to PHP File Uploader (Forum) by cescolar on August 24, 2009
  • Re: How to translate the messages to another language

    make that 'Demasiados Ficheros'... :)
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
  • How to translate the messages to another language

    I am trying: &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$uploader-&gt;$CancelAllMsg = 'Cancelar Todas'; $uploader-&gt;$CancelUploadMsg = 'Cancelar la Carga'; $uploader-&gt;$UploadProcessingMsg = 'Carga en proceso'; $uploader-&gt;$FileTooLargeMsg = 'Fichero ...
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
  • Re: Can't Find the file

    You probaly want to make that move to: &nbsp; $mvcfile-&gt;MoveTo(''$dir/$mvcfile-&gt;Filename'');&nbsp;
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
  • Re: Can't Find the file

    you can get the userName parameter as: &nbsp; $userName = $_GET['userName']; &nbsp; if you sent it as a GET parameter (thta line got messed up in my previous post...)
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
  • Re: Can't Find the file

    I have finally figured the answer: both the Ajax control and the code to move the uploaded file reside in the same file!!!! &nbsp; Why couldn't you just say so?&nbsp; &lt;?php require_once ''phpuploader/include_phpuploader.php'' ?&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by cescolar on August 20, 2009
  • Re: Can't Find the file

    Ok, so can you be more specific on how to get the 'guidlist'? &nbsp; In the deployment page you give an example, but don't say what is the name of that file! I guess I need to create a file with that code and then I can customize it, right? &nbsp; &nbsp;3. Retrieving uploaded file. &lt;?php &nbsp;&nbsp; ...
    Posted to PHP File Uploader (Forum) by cescolar on August 17, 2009
  • Re: Can't Find the file

    I am still confused. I am currently using a single file loader and would like to switch to this PHP loader in order to be able to load multiple files. &nbsp; In the other loader there is a &nbsp;php program that comes with it that is executed when the file reaches the server. In that program you can add your own code to move the downloaded file ...
    Posted to PHP File Uploader (Forum) by cescolar on August 14, 2009
  • Re: Can't Find the file

    I had the same issue. You need to document how to control where the files are downloaded! &nbsp; The page that gives the deployment examples,&nbsp;http://phpfileuploader.com/Deployment.html should be fixed to say in the ''3. Retrieving uploaded file.'' section&nbsp;what the name of the php file that receives the file should be. &nbsp; Also, it ...
    Posted to PHP File Uploader (Forum) by cescolar on August 8, 2009