Hi guys,
i am new to the iOS plattform as a developer and struggeling a bit with the new WKWebView.
I made an app that handles registration and login process with nativ views and communicates via REST API with the Server.
In one View i use the WKWebView to show an Web-Interface. This is not locale on the phone. Everythings is working fine instead of a file upload.
I can choose images via camera or from the library, but after submitting the files the webview load the first page of the web interface.
I tried this with 3rd party uploaders like plupload.com or blueimp.github.io/jQuery-File-Upload ... but it never works.
The documentation of the WKWebView does not mention anything related to file handling.
So i am asking for some help in this forum.
The upload works in Safari and Chrome by the way. But the SFSafariViewController is not a possible way for me because i con not customize the view.
Thanks and sry for my poor english.