Send a file via POST

 

Hello,

i am wondering, if there is a possibility to send a FILE to the PHP script (via POST, WIN-API).

and than in PHP manage it as file uploaded via web-form?


Thanks for answer

 
watchick:

Hello,

i am wondering, if there is a possibility to send a FILE to the PHP script (via POST, WIN-API).

and than in PHP manage it as file uploaded via web-form?


Thanks for answer


yes, possibile. Write your own dll or use win-api and connect to your host (php).
 
watchick:
i am wondering, if there is a possibility to send a FILE to the PHP script (via POST, WIN-API).
There are several packages written such as https://www.mql5.com/en/code/8435
Reason: