Explanation
To use DEXTUploadX5, be sure to set the dextuploadx5-configuration.js file to all the properties of the declared object.
- authkey: Sets the authentication key of the issued trial license key or the commercial license.
- productPath: Sets the web path where the product is located. If the path is not correct, the component will not start correctly.
The dextuploadx5-configuration.js script file should be included on every page where DEXTUploadX5 is used.
win.dextuploadx5Configuration = {
authkey: "jn+xziPdVh6f5KN17uFHdY95XEvB7o...skip...2YjGiLl92zWiXAyO2FdI9r5XGfwxQ=",
productPath: location.origin + "/sample_x5_nj_servlet_en/dx5/"
};