Pho file uploaded usage

Last post 03-01-2012, 6:26 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  02-29-2012, 10:07 AM 73260

    Pho file uploaded usage

    Hi,
    I'm really interesting in PHP File Uploader, but unfortunately I'm pretty new to PHP and I can't understand how to use the code.

    I downloaded the example code and tried to follow the instruction at Deployment.html but for me it's not very clear. Where I have to put that code? How can I integrate it in mine?

    Please, can someone give me more detailed info?
  •  03-01-2012, 6:26 AM 73271 in reply to 73260

    Re: Pho file uploaded usage

    Hi Miwi,
     
    You just need to put the code into your page which you need to use the uploader control.
     
    For example, in my page I have a <div> target, I want to use the uploader control in this <div> target. then should be
     
     <div>
     <?php   
          $uploader=new PhpUploader();   
          $uploader->Render();   
      ?>  
     </div>
     
    Regards,
     
    Ken 
View as RSS news feed in XML