Jump to content

Path problem


bugzy

Recommended Posts

I'm using this plugin

 

http://justboil.me/tinymce-images-plugin/ for tinymce to upload image. My problem is there's seems to have a problem on the path..

 

 

$config['upload_path'] = $_SERVER['DOCUMENT_ROOT'] . $config['img_path'];

$config['img_path'] = '/images';

 

 

I'm using this here in my localmachine and the url is

 

http://localhost/mywebsite/images

 

it's suppose to be save on the folder images but it keeps telling me that The upload path does not appear to be valid.

 

 

Anyone?

 

Link to comment
https://forums.phpfreaks.com/topic/266573-path-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.