diff --git a/app/components/attachment_button.js b/app/components/attachment_button.js index 189f0c612..b23960eb7 100644 --- a/app/components/attachment_button.js +++ b/app/components/attachment_button.js @@ -166,6 +166,9 @@ export default class AttachmentButton extends PureComponent { } } + // Decode file uri to get the actual path + res.uri = decodeURIComponent(res.uri); + this.uploadFiles([res]); }); }