We have a Java application that our clients run through webstart. We have some usability issues:
Up to hundreds of clicks on the link for the jnlp file, chrome simply downloads the jnlp file, it indexes it by index: index (1) .jnlp, index (2) .jsp, etc. and launches the application. But after 100 downloads, when the user clicks on the link, chrome opens the "Save As" dialog. Then the user clicks on save; and chrome asks: "This file already exists, do you really want to replace it?" And the user says yes, and chrome loads jnlp, etc.
This process creates usability issues. To avoid this, we regularly changed the jnlp file name. But when users first click on the new jnlp link, chrome asks: "This type of file can harm your computer. Do you want to save ....... jnlp anyway?" before downloading the file. And this creates another step when you click another button. And of course, this scares the user.
Despite the chromatic handling of the problem, Firefox smoothly continues to increase the number of file names after 100.
How can we solve this problem with chrome without asking the user about some complicated settings on our computers?
Baris source share