BilalAKhan 12 Newbie Poster

Hi,

I am using TinyMCE as a rich text editor. I need to add an image upload functionality. At first I tried Just Boil Images 2.1 for the upload which gave me a good functionality, but when I switched the operating system and came to Windows 7 it stopped working and gives me INVALID UPLOAD PATH.

I am now trying to add ibrowser into the TinyMCE. I believe I have a path problem. I cannot install it properly. I am planning to put the upload images under the directory named as images which resides in another directory named as uploaded.

For this I have set the parameters as following:

// use static image libraries	
	$cfg['ilibs'] = array (																// image library path with slashes; absolute to root directory - please make sure that the directories have write permissions	
		array (																		
			'value'   	=> '/uploaded/images/',												
			'text'    	=> 'Site Pictures',
		),
		array (
			'value'   	=> '/uploaded/images/', 				
			'text'    	=> 'Gallery',
		),	
	);

But some how I do not get anything. Can anyone please tell me if the path is correct as instructed in the instructions. So that I can start looking in some other directions.

Any help will be highly appreciated.

Regards,

Bilal A. Khan