Hello!
I am encountering one problem in sending a file with post request. I have a url “www.example.com/sth.php” and I must send a post request with similar to php input type=file. I assumed that this should be in the form of a bytearray. However when I send my bytearray to the webserver nothing happens
↧