certpathvalidatorexception

  1. Sreepathy T L

    Android Question Adding CA Bundle for Http POST request

    Hi, I want to upload a file to https url along with some POST parameters: Current Code: Dim j As HttpJob j.Initialize("j", Me) Dim fd As MultipartFileData fd.Initialize fd.KeyName = "xxxxxxx" fd.Dir = File.DirInternal fd.FileName = "xxxxx.db" fd.ContentType =...
Top