MOBILE-3320 fileuploader: Fix large files
parent
c75f3774ad
commit
0e1c49f789
|
@ -68,7 +68,7 @@ export class CoreFileUploaderHelperProvider {
|
||||||
|
|
||||||
const modal = await CoreDomUtils.showModalLoading();
|
const modal = await CoreDomUtils.showModalLoading();
|
||||||
|
|
||||||
const result = await Chooser.getFile(mimetypes ? mimetypes.join(',') : undefined);
|
const result = await Chooser.getFileMetadata(mimetypes ? mimetypes.join(',') : undefined);
|
||||||
|
|
||||||
modal.dismiss();
|
modal.dismiss();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue