I have had a look into it more and the script is using the absolute path when it is generating the demo pages so for example <script type='text/javascript' src='homepages/22/d378569747/htdocs/mysite/up/phpuploader/ajaxuploaderresource.php?type=script'>
any ideas how i can fix this?
Hi cookiimonstar,
Please try the way below
1. Open file "\phpuploader\include_phpuploader.php"2. Find section below
$cd=dirname($this->GetWebPath(__FILE__));
3. Change it to$cd=dirname($_SERVER['SCRIPT_NAME']).'/phpuploader';
Regards,
Ken