Merge pull request #13024 from hasnain2808/file-uploader
fix: Decode uri before importing file via weblink
This commit is contained in:
commit
416fc39330
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ export default {
|
|||
frappe.msgprint(__('Invalid URL'));
|
||||
return Promise.reject();
|
||||
}
|
||||
|
||||
file_url = decodeURI(file_url)
|
||||
return this.upload_file({
|
||||
file_url
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue