This topic is locked

Innovaeditor uploade settings

12/3/2008 4:17:42 AM
PHPRunner General questions
D
deepaks.xx author

How Can u set the path in innovaeditor to upload a image to the server?
Simply set as in asset/setting.php....as follows.....................
<?

$bReturnAbsolute=true;
$sBaseVirtual0="/images";

$sBase0= "../../../images";

$sName0="Images";

?>

J
Jane 12/3/2008

Hi,
edit PHPRunner5.0/source/plugins/innovaeditor/scripts/moz/images.htm file manually for this purpose.