Send pdf to a WebService (.Net) from Php

0

Good morning,

I need to send a .pdf file from a web made in php

This is the code I use to send from c #:

WebClient.UploadDataAsync(new Uri("http://" + Properties.Settings.Default.WebService 
             + "/Service1.svc/UploadFile?FileName=" + vrNamePDF), "POST", btFile.ToArray());

I would need a similar method for Php.

    
asked by Oscar Huaman 03.09.2018 в 18:04
source

0 answers