asp fckeditor 사용자 정의 업로드 파일 이름

fckeditor\editor\filemanager\connectors\\asp 폴 더 의 commands.asp 를 수정 하면 이 파일 에서 찾 을 수 있 습 니 다.FileUpload 는 이 함 수 를 찾 아

Dim sFilePath
sFilePath = CombineLocalPaths(sServerDir, sFileName)

Dim sFilePath,ranNum
Randomize
ranNum=int(90000*rnd)+10000
sFilePath = CombineLocalPaths(sServerDir, year(now)&month(now)&day(now)&hour(now)&minute(now)&second(now)&"."&sExtension)
로 바 꾸 면 됩 니 다.

좋은 웹페이지 즐겨찾기