www.dextsolution.com
DEXTUPLOAD
X5
menu toggleProduct description > Domain License

Domain License

DEXTUploadX5 is sold under a domain license.

Commercial license

When a commercial license is purchased, a PID (product number) and SN (serial number) are issued. After login to the DEXTSolution site, register the product with the issued PID and SN (the first time).

Go to the installation information page and register the service information (domain or IP) using the license corresponding to the given PID, SN, and get the authentication key.

Set the issued authentication key string to the project for using the product.

Understanding Service Information

The service information refers to the host part of the address (URL) to be uploaded or downloaded, excluding the schema (http/https) and the port number.

If the address to upload is "http://host1.abc.com:8080/service/path?query=string", host1.abc.com is the service information.

If you do not have a domain like "https://123.45.67.122:443/service/path?query=string", you may need to enter the IP (123.45.67.122) string as service information.

Even if www.abc.com and abc.com are the same service, the product recognizes it as another service.

The service is available even if you do not enter localhost, 127.0.0.1.

If there is no service information to input, it does not matter if you enter 127.0.0.1.

When using the Object Storage service in the cloud, service information must use a domain based on the cloud address system.

  • Amazon S3: {bucket-name}.s3.{region}.amazonaws.com

    Example) abc-bucket.s3.ap-northeast-2.amazonaws.com

  • NAVER CLOUD PLATFORM Object Storage: {bucket-name}.{region}.object.ncloudstorage.com

    Example) abc-bucket.kr.object.ncloudstorage.com

  • Azure Blob Storage: {account-name}.blob.core.windows.net

    Example) photomanager.blob.core.windows.net

If the service information has changed, the authentication key must be reissued.

How to set the authentication key string in the web application project (source)

To specify an authentication key string on the source:

Copy the authentication key string, open the dextuploadx5-configuration.js file and set it to the value of the authkey property.

# dextuploadx5-configuraiton.js
win.dextuploadx5Configuration = {	
  // Set the authentication key string to the value of the authkey property. 
  authkey: "jn+xziPdVh6f5KN17uFH...skip...WiXAyO2FdI9r5XGfwxQ=",
  ...
};
If the server has been moved or the server information has changed

DEXTUploadX5 is based on service information when performing authentication check. Therefore, there is no need to reissue the authentication key unless the host (= service information) of the address to which the file is uploaded or downloaded is changed.

If the service information has been changed, log in to DEXTSolution site , modify the service information in the "MYPAGE" > "Change installation information" page, and reissue the authentication key again. Then, open the dextuploadx5-configuration.js file and set the re-issued authentication key to the value of the authkey property.

Using it as a trial.

DEXTUploadX5 does not have a license for developement step. However, a 30-day trial license is available to provide ease of development.

The trial license is provided when downloading the trial version from the DEXTSolution site. Like the commercial license, the authentication key string is set as the value of the authkey property by opening the dextuploadx5-configuration.js file.

Trial licenses are available for 30 days.

An expired license key for an trial license is not recyclable.

HD application is also available when using trial licenses (since version 2.0.0.0).

If you want to continue using the trial, you will need to apply the new key that is issued when you download the trial again. (Replace the authentication key only)

Notice
  • HD application requires additional licensing options to use the HD application. If an HD application is not available with an existing license, you can not change it to a licensed HD application-enabled license by simply extending the maintenance contract (MT).
  • DEXTSolution Inc. manages only purchase/customer information at the time of license purchase, PID (product number), SN (serial number), and license type.
  • The process of changing the license installation information (modification of service information) and the process of re-issuing the authentication key is a matter that must be managed by the customer.