@
@
@diegodfrf Could you help me please?
@artyom-beilis Hi. I would like to implement a request that allows me to send both binary data such as an image and a character string. How can I do that?
if I want this request to work : curl -X POST -F 'image=@/path/to/pictures/picture.jpg' --data "param1=value1¶m2=value2 http://domain.tld/upload
HI I'm using CPPCMS to create a RESTful API. But now i have a little problem and i need your help. I want to allow external client to upload files...
@magreenblatt Thanks for your quick answer. But after a huge debug session in our side, there is something strange which happens in cef, you can reproduice easily with your cefclient....
@magreenblatt Good news
Hello @magreenblatt We found a workaround to this scenario that we can apply in **OnLoadingStateChange** as follows : ```cpp void ClientHandler::OnLoadingStateChange(CefRefPtr browser, bool isLoading, bool canGoBack, bool canGoForward) { //...
@magreenblatt Hi Marshall, do you have a fix for that ?
> Does this also impact x64 Intel builds? You can use the tips from #3616 to debug the issue. Intel x64 versions are not impacted. I will try to debug...
@magreenblatt After following tips, here is my analysis : - In case of `libcef.so` (M~129), the output shows that the TLS segment has a file size (FileSiz) of 0x000090 and...