You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/01/27 14:52:48 UTC

[GitHub] [cordova-ios] aecvargas commented on issue #1065: WKWebView input=file support?

aecvargas commented on issue #1065:
URL: https://github.com/apache/cordova-ios/issues/1065#issuecomment-768338593


   So for some reason, the only issue here really is that the filename of `$_FILES` is just “Blob”. It still has the attributes of the file on upload, so what I did on my server was just given it a randomly generated filename when stored followed by the extension and this seems to have fixed the issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org