smita_swaika,
How do you set the image Gallery, File Gallery, Flash Gallery path?
If you set those path programmatically, you can do some things like this:
void SetUploadsFolder(string folder)
{
string phyfolder=Server.MapPath(folder);
if(!Directory.Exists(phyfolder))
System.IO.Directory.CreateDirectory(phyfolder);
//see security.config
Editor1.Setting["security:ImageGalleryPath"]=
Editor1.Setting["security:MediaGalleryPath"]=
Editor1.Setting["security:FlashGalleryPath"]=
Editor1.Setting["security:FilesGallaryPath"]=
folder;
}
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx