narkotik 1 Posted October 15, 2019 Hello, I'm developing an application in WebView with fmx. I want to upload files via browser. Chrome also works. TWebBrowser does not work for Android. What should I do for this? The html code is input type = "file". Share this post Link to post
Dave Nottage 557 Posted October 15, 2019 A reproducible test case might help. Share this post Link to post
narkotik 1 Posted October 16, 2019 18 hours ago, Dave Nottage said: A reproducible test case might help. Sample Code Share this post Link to post
Dave Nottage 557 Posted October 17, 2019 Looks like you'll need to file an enhancement request, at: http://quality.embarcadero.com The later answers at this link: https://stackoverflow.com/questions/5907369/file-upload-in-webview Have suggestions as to how it should be implemented; the important part being that the WebView descendant needs to implement openFileChooser. Share this post Link to post
narkotik 1 Posted October 18, 2019 20 hours ago, Dave Nottage said: Bir geliştirme isteğinde bulunmanız gerekecek gibi görünüyor: http://quality.embarcadero.com Bu linke daha sonra cevaplar: https://stackoverflow.com/questions/5907369/file-upload-in-webview Nasıl uygulanacağı konusunda önerilerde bulunun; önemli kısım WebView soyundan gelen openFileChooser'ı uygulamak zorunda olmasıdır. Today, I requested a development. Thank you Share this post Link to post