Trabalho concluído
Termos de Referência
Hello all,
I am a forex trader, and a coder too. I am having a hard time to try to have a way to do the following but too busy with many other tasks...
I need a way to upload a file from MQL4\Files (or sub folder of this) at certain time interval to a web space but not to use DLL or SendFTP. There are 2 parts of the coding: Client side, and Server side.
(1) Client side: an Expert Adviser running in MT4 or MT5 platform. This must use WebRequest with Post method.
(2) Server side: a PHP file that can receive communication from the EA to do the uploading to the right location on the server.
Update: I have been able to create an .html file (Upload.html) on client's computer and upload.php on sever to do the uploading. You can try it here:
http://iamintofx.com/Upload.html
What I don't know yet is to construct "headers" string and "data" array in WebRequest() function as below (so that we have the correct request message sent to server):
| int WebRequest( |
Thank you