I need to upload a file from my multipart POST request, how can I do that?
I tried storing the contents of the .jpg file in a variable and using that variable in my POST request, so the result looked like this after it executed:
But it didn't work. Is this only possible with C#?
I tried storing the contents of the .jpg file in a variable and using that variable in my POST request, so the result looked like this after it executed:
But it didn't work. Is this only possible with C#?