Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Send file on server.
Send file on server.
Please help. How to send file on server with CEF4Delphi without open file dialog? Thanks.
- salvadordf
- Posts: 4565
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Send file on server.
Hi,
You can use the TChromium.OnFileDialog event. Set the Result parameter as TRUE and call callback.continue.
Read this for more info about that event :
https://magpcss.org/ceforum/apidocs3/pr ... ndler.html
There's an issue in CEF3 with these dialogs that may affect you :
https://bitbucket.org/chromiumembedded/ ... triggering
You can also use a URLRequest adding your file in the POST data. Read the code comments in URLRequest demo for more info.
You can use the TChromium.OnFileDialog event. Set the Result parameter as TRUE and call callback.continue.
Read this for more info about that event :
https://magpcss.org/ceforum/apidocs3/pr ... ndler.html
There's an issue in CEF3 with these dialogs that may affect you :
https://bitbucket.org/chromiumembedded/ ... triggering
You can also use a URLRequest adding your file in the POST data. Read the code comments in URLRequest demo for more info.