Inviare Foto da Android a Webservice php [risolto]
Inviato: mar set 06, 2022 2:26 pm
Ciao Ragazzi,
non riesco a inviare delle foto salvate in dispositvo Android( sia nella cartelle che in db Hfslq) tramite json a un webservice php.
ho provato con il percoso
sTipoRic is string
sTest is string =QRY_Photos.Path
sFoto is string = CompleteDir(fCurrentDir()) + sTest
vRequest is Variant
sTipoRic = "Add"
vRequest.Tipo_Ric = sTipoRic
vRequest.Descrizio = "test123"
vRequest.Image = Encrypt(fLoadBuffer(sFoto),"",cryptNone,encodeBASE64NoCR)
cMyRequest is httpRequest
cMyRequest.URL = "http://1xxxxx" // SERVER PRODUZIONE
cMyRequest.ContentType = "application/json"
cMyRequest.Content = VariantToJSON(vRequest)
cMyRequest.Method = httpPost
cMyResponse is httpResponse = HTTPSend(cMyRequest)
e con l'immagine presente nel db
bufFotobuf is Buffer =QRY_Photos.Photo
sFoto is string = Encode(fLoadBuffer(bufFotobuf), encodeBASE64)
ma nulla.
non riesco a inviare delle foto salvate in dispositvo Android( sia nella cartelle che in db Hfslq) tramite json a un webservice php.
ho provato con il percoso
sTipoRic is string
sTest is string =QRY_Photos.Path
sFoto is string = CompleteDir(fCurrentDir()) + sTest
vRequest is Variant
sTipoRic = "Add"
vRequest.Tipo_Ric = sTipoRic
vRequest.Descrizio = "test123"
vRequest.Image = Encrypt(fLoadBuffer(sFoto),"",cryptNone,encodeBASE64NoCR)
cMyRequest is httpRequest
cMyRequest.URL = "http://1xxxxx" // SERVER PRODUZIONE
cMyRequest.ContentType = "application/json"
cMyRequest.Content = VariantToJSON(vRequest)
cMyRequest.Method = httpPost
cMyResponse is httpResponse = HTTPSend(cMyRequest)
e con l'immagine presente nel db
bufFotobuf is Buffer =QRY_Photos.Photo
sFoto is string = Encode(fLoadBuffer(bufFotobuf), encodeBASE64)
ma nulla.