You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# How can I change the reference path to the Dynamsoft's resources in my project?
15
15
16
+
This also applies if you see the following errors in browser console, please make sure that the ResourcesPath is set correctly in *dynamsoft.webtwain.config.js* (Step 3 Below).
>{"code": -2804, "message": "Loading the WebTwain css files failed."}
19
+
16
20
<strong>Scenario: </strong> For customers who are using Dynamic Web TWAIN, to change the location of the 'Resources' folder, or to rename it, please following the steps below:
17
21
18
22
<strong>Steps:</strong> In the below example we will assume the original Resources folder is located at '<strong>../{Project Directory}/Resources</strong>', and you want to change it to '<strong>../{Project Directory}/Newfolder/ResourcesTest</strong>'.
@@ -21,18 +25,18 @@ Step 1. Please make sure the structure inside 'Resources' folder stay unchanged.
21
25
22
26
Step 2. Change the relative path in your page where you reference the js files, for example:
0 commit comments