I need a little help. My goal is to upload a PDF file to a URL and read the HTML response from the server. Is it possible to do this using the post function?
Post(UploadUrl.rawValue,"C:\Users\myFile.pdf","application/pdf")
I need a little help. My goal is to upload a PDF file to a URL and read the HTML response from the server. Is it possible to do this using the post function?
Post(UploadUrl.rawValue,"C:\Users\myFile.pdf","application/pdf")