selectlocalfiles not firing for gmail attachments
Hi, using the latest build of awesomium (1.6.4) either in the c#
tabbed browser sample or the VB WPF sample, when trying to attach a
file in Gmail the selectlocalfiles event does not fire. Instead,
Awesomium does create an upload window but the window is placed
behind my application. Can anyone provide a workaround for
supporting Gmail attachments?
thanks
Jeremey
Support Staff 2 Posted by Perikles C. Stephanidis on 30 Jan, 2012 03:00 PM
Hello,
Here are some details concerning this issue:
SelectLocalFilesis not fired for Gmail attachments is that Google is using Flash to launch the OpenFile dialog and handle attachments. If you do not intend to ever load Flash in yourWebControl, a workaround would be to setWebCoreConfig.EnablePluginstofalseduring the WebCore's initialization.Regards,
Perikles