Re: Pho file uploaded usage

  •  03-01-2012, 6:26 AM

    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 Complete Thread