mention oculus disabled uploads
This commit is contained in:
parent
d6cb6e479b
commit
9be235bc69
|
@ -3,6 +3,7 @@
|
|||
|
||||
export function loadFile(contentLoaders, multiple){
|
||||
return () => {
|
||||
window.notify("if you're on Meta browser, file-uploads might be disabled")
|
||||
let input = document.createElement('input');
|
||||
input.type = 'file';
|
||||
input.multiple = multiple;
|
||||
|
|
Loading…
Reference in New Issue