I was having issues when submitting a multipart/form-data. The only way I can get the server to accept the request is using URLSession.upload. I was already using Get since I generate the code with CreateAPI. and it seems very simple to implement this since upload from fileUrl is already there.
I was having issues when submitting a multipart/form-data. The only way I can get the server to accept the request is using URLSession.upload. I was already using Get since I generate the code with CreateAPI. and it seems very simple to implement this since upload from fileUrl is already there.