The forum operates in read-only mode. Please head to StackOverflow for support.
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
$replaced = 'src=\"/'; $src = 'src=\"http://'; $slash = '/'; $url = $src.$_SERVER['HTTP_HOST'].$slash; $_SESSION['contenu'] = str_replace($replaced, $url, $_SESSION['contenu']);
Re: Changing path for uploaded files
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Changing path for uploaded files
Edit :
Re: Changing path for uploaded files