Hi guys,
I am trying to do a HTTP POST request to a server with Net::HTTP. I am able to post fine if I am just posting regular text, but I need to send an image over to the server. The image now resides on my own server. I have read that Net::HTTP does not support multipart/form- data, but I can be wrong. Is there a way around this? I have no clue what to do next. Can anyone help me? Thanks!