U
unba1300
Guest
Hi. I'd like to test uploading a .zip file somewhere. Is it as simple as the following code using HttpUtils2?
I get an UnknownHostException error when trying this. Do you know if I could do this with a free account at http://www.000webhost.com/
Thanks.
B4X:
'Send a POST request
job2.Initialize("Job2", Me)
job2.PostFile("http://www.b4x.com/print.php", File.DirInternal, "testfile.zip")
Thanks.