HTTP Post with file
Posted: Sun Jun 03, 2018 10:55 am
Hi,
I know how to use TChromium to send a HTTP POST with text data by using something like the code below :
But i need to send a file also (an JPG image for instance)... how can i do it ? Any examples ?
Thanks in advance !
I know how to use TChromium to send a HTTP POST with text data by using something like the code below :
Code: Select all
Request := TCefRequestRef.New;
Request.Assign(l, 'POST', Data, Header);
Thanks in advance !