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
Copy file name to clipboardExpand all lines: faq/failed-to-load-resource.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,25 @@ In this case, if you are trying to access an application that integrates a versi
33
33
Note: the new certificate from Dynamsoft will expire on December 8th, 2023. This means you will need to update the certificate again after this certificate expires.
34
34
- Method 3. <ahref="{{site.about}}getsupport.html"target="_blank">Contact Dynamsoft</a> for a new MSI for client-side.
35
35
36
+
- For v17.2 or higher versions, use the new API <ahref="{{site.info}}api/Dynamsoft_WebTwainEnv.html#updatecert"target="_blank">UpdateCert</a> to automatically update the client side certificate before it expires.
36
37
38
+
- If you want to automatically update the certificate, please add following code:
37
39
38
-
- For v17.2 or higher versions, use the new API <ahref="{{site.info}}api/Dynamsoft_WebTwainEnv.html#updatecert"target="_blank">UpdateCert</a> to automatically update the client side certificate before it expires.
40
+
```javascript
41
+
// Add the code in dynamsoft.webtwain.configure.js file
`Indexes`: The indices of the images in the buffer. The index is 0-based.
293
+
294
+
`EnumDWT_ImageType`: The format in which you'd like the images to be uploaded. Please refer to [EnumDWT_ImageType]({{site.info}}api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_imagetype).
295
+
296
+
`successCallback`: A callback function triggered when the operation succeeds. This function will return the result URL.
297
+
-`resultURL`: The result URL.
298
+
299
+
`failureCallback`: A callback function triggered when the operation fails.
0 commit comments