Hi pandurang,
The uploader get a wrong path in the section below of file "\phpuploader\include_phpuploader.php"
$cd=dirname($this->GetWebPath(__FILE__));
So, I change th section above to the below code. the red code is the root url of my site
$cd="http://localhost/phpuploader/phpuploader";
------------------------------------------------------------------------------------------------
Find section below and adjust the correct path
<script type='text/javascript' src='/phpuploader/ajaxuploaderresource.php?type=script'>
When the path =http://test_site.local-manufacturing.com/phpuploaderajaxuploaderresource.php?type=script
It will work again.
Regards,
ken