Setting the authentication key and paths

Home > Required > Example 01

Explanation

To use DEXTUploadX5, be sure to set the dextuploadx5-configuration.js file to all the properties of the declared object.

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/"
};