Home
last modified time | relevance | path

Searched refs:QuickUploadPath (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconfig.py71 QuickUploadPath = {}; QuickUploadAbsolutePath = {}; variable
113 QuickUploadPath['File'] = FileTypesPath['File']
120 QuickUploadPath['Image'] = FileTypesPath['Image']
127 QuickUploadPath['Flash'] = FileTypesPath['Flash']
134 QuickUploadPath['Media'] = FileTypesPath['Media']
H A Dupload.py58 self.webUserFilesFolder = Config.QuickUploadPath[resourceType]
H A Dconnector.py71 self.webUserFilesFolder = Config.QuickUploadPath[resourceType]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm83 // - QuickUploadPath: the virtual folder relative to the document root where
93 // Attention: The above 'QuickUploadPath' must point to the same directory.
100 Config.QuickUploadPath = StructNew() ;
107 Config.QuickUploadPath["File"] = Config.FileTypesPath["File"] ;
114 Config.QuickUploadPath["Image"] = Config.FileTypesPath["Image"] ;
121 Config.QuickUploadPath["Flash"] = Config.FileTypesPath["Flash"] ;
128 Config.QuickUploadPath["Media"] = Config.FileTypesPath["Media"] ;
H A Dcf_io.cfm39 <cfreturn REQUEST.Config['QuickUploadPath'][ARGUMENTS.resourceType]>
56 <cfreturn expandpath( REQUEST.Config.QuickUploadPath[ARGUMENTS.resourceType] )>
H A Dcf5_upload.cfm124 …<cfset resourceTypeUrl = rereplace( replace( Config.QuickUploadPath[url.type], fs, "/", "all"), "/…
134 <cfset userFilesServerPath = rootPath & Config.QuickUploadPath[url.type] & url.currentFolder>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp78 ' - QuickUploadPath: the virtual folder relative to the document root where
88 ' Attention: The above 'QuickUploadPath' must point to the same directory.