We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.. then the file dialog doesn't show up in win7 IE9.
Example replace: {title : "Image files", extensions : "jpg,gif,png"}, with {title : "Image, Picture and Animation files", extensions : "jpg,gif,png"},
in examples/custom.html
The text was updated successfully, but these errors were encountered:
This is Silverlight shortcoming, it just breaks if you pass in the title with the comma. Not sure how to fight this. Suggestions are welcome.
But I would simply avoid using comma in the title.
Sorry, something went wrong.
No branches or pull requests
.. then the file dialog doesn't show up in win7 IE9.
Example replace:
{title : "Image files", extensions : "jpg,gif,png"},
with
{title : "Image, Picture and Animation files", extensions : "jpg,gif,png"},
in examples/custom.html
The text was updated successfully, but these errors were encountered: