bugzy Posted August 1, 2012 Share Posted August 1, 2012 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? Quote Link to comment https://forums.phpfreaks.com/topic/266573-path-problem/ Share on other sites More sharing options...
bugzy Posted August 2, 2012 Author Share Posted August 2, 2012 Solved! Quote Link to comment https://forums.phpfreaks.com/topic/266573-path-problem/#findComment-1366164 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.