Fahad.haq,
This example shows you how to set the image gallery path, flash gallery path, media gallery path and document gallery path dynamically based on the user's role and name.
You can customize this example to meet your own application.
void SetUploadsFolder(string folder)
{
string phyfolder=Server.MapPath(folder);
System.IO.Directory.CreateDirectory(phyfolder);
//see security.config
Editor1.Setting["security:ImageGalleryPath"]=
Editor1.Setting["security:MediaGalleryPath"]=
Editor1.Setting["security:FlashGalleryPath"]=
Editor1.Setting["security:FilesGalleryPath"]=
folder;
Editor1.Setting["security:ImageFilters"]=".gif|";
}
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