Please try the following code:
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:FilesGallaryPath"]=
folder;
}
SetUploadsFolder("~/Uploads/Users/Tim/");
If you have problems with it, please post your error message.
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