Skip to content

Commit 3087705

Browse files
committed
Changed: Address of the upload service
1 parent df6e673 commit 3087705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinHttp_Examples/_WinHttpSimpleFormFill_SetUploadCallback.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
#include "WinHTTP.au3"
33

4-
$sAddress = "https://posttestserver.com/post.php?dir=WinHttp" ; the address of the target (https or http, makes no difference - handled automatically)
4+
$sAddress = "https://paratus.hr/software/testing/fileupload/" ; the address of the target
55

66
; Select some file
77
$sFileToUpload = FileOpenDialog("Select file to upload...", "", "All Files (*)")

0 commit comments

Comments
 (0)