Searched refs:QuickUploadPath (Results 1 – 7 of 7) sorted by relevance
71 QuickUploadPath = {}; QuickUploadAbsolutePath = {}; variable113 QuickUploadPath['File'] = FileTypesPath['File']120 QuickUploadPath['Image'] = FileTypesPath['Image']127 QuickUploadPath['Flash'] = FileTypesPath['Flash']134 QuickUploadPath['Media'] = FileTypesPath['Media']
58 self.webUserFilesFolder = Config.QuickUploadPath[resourceType]
71 self.webUserFilesFolder = Config.QuickUploadPath[resourceType]
83 // - QuickUploadPath: the virtual folder relative to the document root where93 // 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"] ;
39 <cfreturn REQUEST.Config['QuickUploadPath'][ARGUMENTS.resourceType]>56 <cfreturn expandpath( REQUEST.Config.QuickUploadPath[ARGUMENTS.resourceType] )>
124 …<cfset resourceTypeUrl = rereplace( replace( Config.QuickUploadPath[url.type], fs, "/", "all"), "/…134 <cfset userFilesServerPath = rootPath & Config.QuickUploadPath[url.type] & url.currentFolder>
78 ' - QuickUploadPath: the virtual folder relative to the document root where88 ' Attention: The above 'QuickUploadPath' must point to the same directory.