Skip to content
Advertisement

Tag: upload

Android Java Upload File via WebView without FileChooser

I need to write an Android application which is capable of loading a Website via a WebView. The Website contains an Input (Type=FILE) When loading is done, the application should use a specific Image and upload it via a storage path: I already tried to open a FileChooser-Dialog and that works, but I need a solution without the filechooser. The

Advertisement