-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File names can be renamed #1
Comments
Unfortunately I'm afraid I can't change that since the files are hosted on Microsoft's servers. Perhaps somebody will come up with an way to control the filename. |
I was mentioning changing on the fly. It's not possible to change the file name but it is possible to change the name in the save dialog. Content-Disposition handler can be helpful on those scenarios. |
That would require to add a proxy server, unless you had something else in mind. If you can create a JSFiddle that demonstrates how a file from the Microsoft Symbol Server is saved with a sane name with only client side code, that would be great. |
I created a sloppy userscript to help with that: After installing it, files downloaded from Winbindex get file names that make sense, such as |
Tried and checked. Looks great. |
When clicked the download button, the downloaded file is named as random chars/id with an extension, "blob". It would be nice to rename the file on download.
The text was updated successfully, but these errors were encountered: