Hi All,
We are trying to adding a feature for file uploading in our project when uploading upto 15MB it works but when more than 20 MB, then getting below error. But once attached the file try to sending the file to server then we are getting error. we are using Cefsharp version 96.
Unhandled Exception: System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at CefSharp.Internals.Serialization.DeserializeObject<class CefListValue,unsigned int>(scoped_refptr<CefListValue>* list, UInt32 index, IJavascriptCallbackFactory javascriptCallbackFactory) in C:\projects\cefsharp\CefSharp.Core.Runtime\Internals\Serialization\ObjectsSerialization.cpp:line 52
at CefSharp.Internals.Serialization.DeserializeObject<class CefListValue,int>(scoped_refptr<CefListValue>* list, Int32 index, IJavascriptCallbackFactory javascriptCallbackFactory) in C:\projects\cefsharp\CefSharp.Core.Runtime\Internals\Serialization\ObjectsSerialization.cpp:line 60
at CefSharp.Internals.ClientAdapter.OnProcessMessageReceived(ClientAdapter* , scoped_refptr<CefBrowser>* browser, scoped_refptr<CefFrame>* frame, cef_process_id_t source_process, scoped_refptr<CefProcessMessage>* message) in C:\projects\cefsharp\CefSharp.Core.Runtime\Internals\ClientAdapter.cpp:line 1441
regards
Dharm