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