dextuploadx5Configuration object
- Object
-
Version 1.0.0.0 or later
dextuploadx5Configuration is a JavaScript object that contains settings. To use DEXTUploadX5, be sure to set all the properties of the declared dextuploadx5Configuration object in the dextuploadx5-configuration.js file.
The dextuploadx5-configuration.js script file should be included on every page where DEXTUploadX5 is used. It must be declared before the dextuploadx5.js file.
win.dextuploadx5Configuration = { authkey: "jn+xziPdVh6f5KN17uFHdY95XEvB7o...skip...2YjGiLl92zWiXAyO2FdI9r5XGfwxQ=", productPath: location.origin + "/dx5/", }; - Properties
-
authkey
-
Version 1.0.0.0 or later
-
Explanation
To upload or download files, you need to set the authentication key.
productPath
-
Version 1.0.0.0 or later
-
Explanation
It indicates the location of the product resources. If you enter a relative path, the path may be resolved differently depending on the location of the page that loads the dextuploadx5-configuration.js file, so it is recommended to set a full path including the schema (http, https) whenever possible. (In versions earlier than 4.4.0.0, you must set a full path including the schema.)
Full path example: "http://www.sample.com/dx5/"
hdDownloadURL(End of support)
-
Version 2.0.0.0 or later, earlier than 4.4.0.0
-
Explanation
When using the HD program, it indicates the address of the page where the product can be downloaded when the product is not installed. Do not enter a relative path.
Full path example: "http://www.sample.com/dx5/client/dextuploadx5-hd-download.html"
hd32UpdateURL(End of support)
-
Version 2.1.2.0 or later, earlier than 4.4.0.0
-
Explanation
It indicates the path that can automatically update the HD application. Do not enter a relative path. Depending on the server MIME settings, the download may fail, so you may need to configure the server to download the exe file.
Full path example: "http://www.sample.com/dx5/client/dextuploadx5-hd-installer.exe"
hd64UpdateURL(End of support)
-
Version 2.1.2.0 or later, earlier than 4.4.0.0
-
Explanation
It is an update path pointing to the 64-bit installer.
Full path example: "http://www.sample.com/dx5/client/dextuploadx5-hd-installer-x64.exe"
-