issues
search
capacitor-community
/
http
Community plugin for native HTTP
MIT License
209
stars
136
forks
source link
Fix android http upload bugs
#185
Closed
asztal
closed
2 years ago
asztal
commented
3 years ago
Fixes #183, where if you do not specify the
method
parameter to
Http.uploadFile
then it always returns an error, by defaulting to POST like iOS does.
Fixes a bug where you cannot specify a
file://
URI as the
filePath
parameter on Android, which works on iOS.
method
parameter toHttp.uploadFile
then it always returns an error, by defaulting to POST like iOS does.file://
URI as thefilePath
parameter on Android, which works on iOS.