Hi,
I want to upload a file to https url along with some POST parameters:
Current Code:
Dim j As HttpJob
j.Initialize("j", Me)
Dim fd As MultipartFileData
fd.Initialize
fd.KeyName = "xxxxxxx"
fd.Dir = File.DirInternal
fd.FileName = "xxxxx.db"
fd.ContentType =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.