Hi guys....
I'm still hitting a wall in my attempt to a "DllToDate" app....
I have the folowing sub in my code..
When I execute this, the user is in a logged in state...
The server response is as expected, 200...
But I get a -1 contentlength from the response...
WHY????
I'm still hitting a wall in my attempt to a "DllToDate" app....
I have the folowing sub in my code..
B4X:
Public Sub Licensed
controls.WRequest.New3("http://www.b4x.com/forum/attachments/additional-libraries/3212d1232710289-threading-library-optimising-compiler-threading1.4.zip",License.Username,License.PassWord)
Controls.WResponse.Value=controls.WRequest.GetResponse
Msgbox(Controls.WRequest.ResponseCode,"Server Response")
Msgbox(Controls.WResponse.ContentLength,"FileLenght")
End Sub
The server response is as expected, 200...
But I get a -1 contentlength from the response...
WHY????