[codenameone-discussions] Re: Problems submitting an image using MultipartRequest

2021-06-29 Thread rdvg...@gmail.com
Hi, I asked him about the arguments because I did not get the ws to recognize them El Tuesday, June 29, 2021 a la(s) 8:33:36 PM UTC-5, Shai Almog escribió: > Hi, > using the regular addArgument should work just fine. It will be added to > the multipart seamlessly. > > On Wednesday, June 30,

[codenameone-discussions] Re: Problems submitting an image using MultipartRequest

2021-06-29 Thread Shai Almog
Hi, using the regular addArgument should work just fine. It will be added to the multipart seamlessly. On Wednesday, June 30, 2021 at 3:15:35 AM UTC+3 rdvg...@gmail.com wrote: > Hi, > > Detect the problem by including the following parameters: > mp.setFilename ("image",

[codenameone-discussions] Problems submitting an image using MultipartRequest

2021-06-29 Thread rdvg...@gmail.com
Hi, I am working on a WS made in PHP. I was able to create some routines to receive an image and save them in a folder on the server. All this I have been testing in Postman and it works 100%. In the WS I do not validate the HTTP method, but I assume it is POST. >From my mobile app I send the