Skip to content

Commit e4fdc92

Browse files
authored
Merge pull request #848 from dynamsoft-docs/preview
update to internal commit 9416ce5d
2 parents 543445e + ed48f41 commit e4fdc92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/api/WebTwain_IO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,8 +853,8 @@ DWObject.FTPUpload(
853853
'192.168.8.222', //The FTP Host
854854
0, // The index of the image
855855
'test.pdf', // The path & name of the file
856-
OnSuccess, // Callback in case of success
857-
OnFailure // Callback in case of failure
856+
onSuccess, // Callback in case of success
857+
onFailure // Callback in case of failure
858858
);
859859
```
860860

0 commit comments

Comments
 (0)