everytime I try to add an image to a mail created in mailing manager i get the following error message
Server.MapPath() error 'ASP 0175 : 80004005'
Disallowed Path Characters
/login_admin/assetmanager/assetmanager.asp, line 14
The '..' characters are not allowed in the Path parameter for the MapPath method.
line 14 of the the page in question reads as follows:
set oFolder_base0 = oFSO.GetFolder(server.MapPath(arrBaseFolder(0))) 'base folder (Physical)
All help appreciated.