DownloadFile() Post vs PostData documentation mismatch
Posted: Fri Nov 08, 2019 7:26 am
Hi Andreas,
When trying to post some data to my server using the syntax from the Hollywood.guide documentation, e.g.:
I was getting this error:
1055 Wrong usage/parameters for this command!
Read the documentation! DownloadFile 303
After some trial and error I found that the tag should be named 'PostData'.
When trying to post some data to my server using the syntax from the Hollywood.guide documentation, e.g.:
Code: Select all
data$, bytes = DownloadFile("http://site.com/script.cgi", Post = "a=1&b=2")1055 Wrong usage/parameters for this command!
Read the documentation! DownloadFile 303
After some trial and error I found that the tag should be named 'PostData'.