You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I want to convert the cordova File object to a native File object. This is needed in order to submit a multipart request to a midtier server.
However, the original native File constructor is gone (overwritten by cordova-plugin-file).
Maybe consider using custom names, e.g. CordovaFile & CordovaFileReader?
The text was updated successfully, but these errors were encountered:
I have a use case where I want to convert the cordova File object to a native File object. This is needed in order to submit a multipart request to a midtier server.
However, the original native File constructor is gone (overwritten by cordova-plugin-file).
Maybe consider using custom names, e.g. CordovaFile & CordovaFileReader?
The text was updated successfully, but these errors were encountered: