Searched refs:FileTypesPath (Results 1 – 7 of 7) sorted by relevance
70 FileTypesPath = {}; FileTypesAbsolutePath = {}; variable111 FileTypesPath['File'] = UserFilesPath + 'file/' 113 QuickUploadPath['File'] = FileTypesPath['File']118 FileTypesPath['Image'] = UserFilesPath + 'image/' 120 QuickUploadPath['Image'] = FileTypesPath['Image']125 FileTypesPath['Flash'] = UserFilesPath + 'flash/'127 QuickUploadPath['Flash'] = FileTypesPath['Flash']132 FileTypesPath['Media'] = UserFilesPath + 'media/'134 QuickUploadPath['Media'] = FileTypesPath['Media']
74 self.webUserFilesFolder = Config.FileTypesPath[resourceType]
70 // - FileTypesPath: the virtual folder relative to the document root where79 // Attention: The above 'FileTypesPath' must point to the same directory.98 Config.FileTypesPath = StructNew() ;105 Config.FileTypesPath["File"] = Config.UserFilesPath & 'file/' ;107 Config.QuickUploadPath["File"] = Config.FileTypesPath["File"] ;112 Config.FileTypesPath["Image"] = Config.UserFilesPath & 'image/' ;114 Config.QuickUploadPath["Image"] = Config.FileTypesPath["Image"] ;119 Config.FileTypesPath["Flash"] = Config.UserFilesPath & 'flash/' ;121 Config.QuickUploadPath["Flash"] = Config.FileTypesPath["Flash"] ;126 Config.FileTypesPath["Media"] = Config.UserFilesPath & 'media/' ;[all …]
41 <cfreturn REQUEST.Config['FileTypesPath'][ARGUMENTS.resourceType]>64 <cfreturn expandpath( REQUEST.Config.FileTypesPath[ARGUMENTS.resourceType] )>
107 <cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$",…119 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
139 …<cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$"…149 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
66 ' - FileTypesPath: the virtual folder relative to the document root where75 ' Attention: The above 'FileTypesPath' must point to the same directory.