Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
https
#2
Don't remember, need to try. Instead of IntPost you can use functions of Http class.

Example
Code:
Copy      Help
ARRAY(POSTFIELD) a.create(2)
a[0].name="testtxt"; a[0].value="some text"; a[0].isfile=0
a[1].name="testfile"; a[1].value="$desktop$\test.gif"; a[1].isfile=1
Http h.Connect("www.xxx.com" "" "" 433) ;;433 is https port
str response
if(!h.PostFormData("form.php" a response)) end "failed"
out response


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)