To modify the /ckfinder/config.ascx file:
String datedir = DateTime.Today.ToString ("yyyymm/");
ResourceType type;
Type = Resourcetype.add ("Files");
Type. URL = BaseUrl + "files/" + datedir;
Type. Dir = BaseDir = = ""? "": BaseDir + "files/" + datedir;
Type. MaxSize = 0;
Type. Allowedextensions = new string[] {"7z", "AIFF", "ASF", "Avi", "BMP", "CSV", "Doc", "Docx", "FLA", "FLV", "gif", "GZ", "GZ" IP "," JPEG "," JPG "," mid "," mov "," MP3 "," mp4 "," MPC "," MPEG "," MPG "," ODS "," ODT "," PDF "," png "," ppt "," pptx "," pxd "," Q T "," Ram "," rar "," rm "," RMI "," RMVB "," RTF "," SDC "," SITD "," SwF "," SxC "," Sxw "," tar "," tgz "," TIF "," TIFF "," TXT "," VSD "," WAV "," WMA "," WMV "," xls "," xlsx "," zip "};
Type. Deniedextensions = new string[] {};
Type = Resourcetype.add ("Images");
Type. URL = BaseUrl + "images/" + datedir;
Type. Dir = BaseDir = = ""? "": BaseDir + "images/" + datedir;
Type. MaxSize = 0;
Type. Allowedextensions = new string[] {"BMP", "GIF", "JPEG", "JPG", "PNG"};
Type. Deniedextensions = new string[] {};
Type = Resourcetype.add ("Flash");
Type. URL = BaseUrl + "flash/" + datedir;
Type. Dir = BaseDir = = ""? "": BaseDir + "flash/" + datedir;
Type. MaxSize = 0;
Type. Allowedextensions = new string[] {"swf", "flv"};
Type. Deniedextensions = new string[] {};
Modify Ckeditor/ckfinder Upload file folder path named in date format