|
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
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
|
|
|