Look at your "config-php"-File and configure properly:
#-------------
#Path Settings
#-------------
[...]
#Where are uploaded files put? This defaults to uploads.
$config['uploads_path'] = 'C:\yourfiles\cmsms1.0\uploads';
#Where is the url to this uploads directory?
$config['uploads_url'] = '
http://localhost/yourfiles/cmsms1.0
/uploads';
#--------------
#Image Settings
#--------------
#Which program should be used for handling thumbnails in the image manager.
#See
http://wiki.cmsmadesimple.org/index.php ... ge_Manager for more
#info on what this all means
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';
#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = 'C:\yourfiles\cmsms1.0\uploads\images';
$config['image_uploads_url'] = '
http://localhost/yourfiles/cmsms1.0/uploads
/images';
Have fun
jokk