I need to send a PDF file with a value (basically a String
) to an .ASP endpoint.
I know how to fetch a file with UIDocumentPickerViewController
and how to transform it as a Data
object. I've also red this thread as a start to send a file to an endpoint, but I don't know how to send another value alongside with the file.
Thanks for your help.