Hi everyone I have a PHP file that uploads images to me.
I should send with HTTPS and post the parameters from Delphi like this.
<form action = "UPLOAD.PHP" enctype = "multipart / form-data">
<input type = "file" name = "upfile" required />
<input type = "submit" value = "Upload" />
</form>
Unfortunately I'm not very good, I was able to make calls in https and post, but I could not set up idHTTP correctly
Has anyone already encountered this problem?
Thanks to all.