Hi All
Having a spot of bother with HttpJob.PostFile; code below:
However this gets rejected by the server with a weird error:
This is probably a IIS issue but though I would try here first to see if anyone else has had this or may know of a fix.
Thanks in advance
Having a spot of bother with HttpJob.PostFile; code below:
B4X:
Dim Job As HttpJob
Job.Initialize("CardImage", Me)
Job.PostFile(https://xxx.com/savefile.aspx?File=fred.jpg, File.DirRootExternal & "/" , "fred.jpg")
The event log shows Event Id 1309 code 3003; everything I have googled says I should remove the validation in the web page which I have tried but still get the same error.Exception message: A potentially dangerous Request.Form value was detected from the client (="...�3O����<S����Ni1�Ɨ��,�...").
This is probably a IIS issue but though I would try here first to see if anyone else has had this or may know of a fix.
Thanks in advance