Hi Nibin,
Two ways
1. Try give the write/read permission to user "Everyone" of folder /tmp/
2. Set the TempDirectory for the php uploader and ensure that you site has the write/read permission of this folder
$uploader->TempDirectory="D:/2008/phpuploader/temp/";
Regards,
Ken