question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The "browse" link on the dashboard to select a file does not work

See original GitHub issue

I 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()
});

2021-01-15_10-41-12

An idea ? thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
GitHubishcommented, Mar 4, 2021

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.

0reactions
GitHubishcommented, Mar 3, 2021

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found