The "browse" link on the dashboard to select a file does not work
See original GitHub issueI have the same problem as this issue on Windows Chrome / Firefox. I use Uppy (latest version) with Angular (v11). The browse link doesn’t work and there is no error in the console.
const uppy = new Uppy({
autoProceed: true,
restrictions: {
maxFileSize: 10000000,
maxNumberOfFiles: 3,
minNumberOfFiles: 1,
// allowedFileTypes: ['image/*','pdf/*', 'docs/*']
},
debug: !environment.production,
locale: this.getLang()
});
uppy.use(Dashboard, <DashboardOptions>{
target: '.drag-drop-area',
note: note,
id: "uppy",
inline: true,
showProgressDetails: true,
browserBackButtonClose: true,
allowMultipleUploads: false,
animateOpenClose: true,
locale: this.getLang()
});
An idea ? thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Uppy Upload Box click on My Device does not open File ...
I use Uppy (latest version) with Angular (v11). The browse link doesn't work and there is no error in the console. const uppy...
Read more >Open a local file with url link? - Tableau Community
Hi all,. I have a dashboard that wants to be linked a local directory and opens an excel file on action select. Is...
Read more >Fix site display issues with Compatibility View in Internet ...
Open Internet Explorer, select the Tools button , and then select Compatibility View settings. Under Add this website, enter the URL of the...
Read more >Let users see file activity (Activity dashboard) - Google Support
Click Activity dashboard settings. Next to Users' view history, select an option that determines who can see a user's file views.
Read more >Adding and editing user-defined dashboard filters | Looker
If a filter does require a value, the dashboard won't run until you select a filter value. A required filter with no value...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Mea culpa @arturi @ajkachnic , the problem came from another library that seemed to subscribe to the events click of the document and doing a preventDefault so the browse link was not working. So I don’t think there is a problem on Uppy, maybe the listener on click (on this link) should be done differently eventually? Finally I didn’t go and look at the Uppy code to know how it worked exactly. I close the issue, I hope you’ll see my answer anyway.
I can’t wait to see the official wrapper for Angular. It could be much more practical.
@arturi @ajkachnic Any news on this problem? I can’t find a way to solve it and I don’t understand where the problem is coming from. Thank you