apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
595 stars 888 forks source link

Kindly advise if there is an alternative to FileTransfer / FileUpload for use with Capacitor 4. Thanks #354

Closed mahen23 closed 1 year ago

mahen23 commented 1 year ago

Kindly advise if there is an alternative to FileTransfer / FileUpload for use with Capacitor 4. Thanks

SerjMalko commented 1 year ago

@mahen23, Do you find anything?

mahen23 commented 1 year ago

@mahen23, Do you find anything?

still nothing mate.

breautek commented 1 year ago

https://capacitorjs.com/docs/apis/http is likely the closest alternative. It states it uses native HTTP libraries instead of the browser API.

Closing because this isn't really related to Cordova.