Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: Cannot get it to work
Re: Cannot get it to work
01-10-2011, 9:55 AM
Eric
Joined on 08-05-2009
Posts 1,269
Re: Cannot get it to work
Reply
Quote
Dear Loet van Oostenbde,
1. please open file "\phpuploader\include_phpuploader.php"
2. you can find the following code around line 395
$cd=dirname($this->GetWebPath(__FILE__));
$this->ResourceDirectory="$cd/resources";
$this->ResourceHandler="$cd/ajaxuploaderresource.php";
$this->UploadUrl="$cd/ajaxuploaderhandler.php";
3. please hard_coded the $cd, change it to actual url
$cd=dirname($this->GetWebPath(__FILE__));
$cd = "/locaties/_beheer/upload/phpuploader
";
$this->ResourceDirectory="$cd/resources";
$this->ResourceHandler="$cd/ajaxuploaderresource.php";
$this->UploadUrl="$cd/ajaxuploaderhandler.php";
4. test it again
Keep us posted.
Thank you for asking
Eric@cutesoft.net
View Complete Thread