Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for PHP
»
Re: Relative path
Re: Relative path
06-11-2010, 7:48 AM
Eric
Joined on 08-05-2009
Posts 1,269
Re: Relative path
Reply
Quote
Don't use the relative path: $editor->ImageGalleryPath="../images";
Use the absolute path like:
$editor->ImageGalleryPath="/images";
Regards,
Eric
View Complete Thread