Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

download-raw-data.py doesn't work in IE11 #11

Closed
amarvin opened this issue Jun 22, 2018 · 4 comments
Closed

download-raw-data.py doesn't work in IE11 #11

amarvin opened this issue Jun 22, 2018 · 4 comments

Comments

@amarvin
Copy link
Contributor

amarvin commented Jun 22, 2018

URI links aren't allowed in IE11, so the download CSV links don't work. Is there an alternative that is easy to implement with Dash? Maybe some of the answers from this stackoverflow question would help, like using another JavaScript library like downloadify.js or download.js.

@chriddyp
Copy link
Member

Hm, interesting. Let's keep this thread in the community forum (all of these examples were created in response to community forum questions). In particular, this thread? https://community.plot.ly/t/download-raw-data/4700

That thread has some other alternatives with /static/data.csv urls

@chriddyp
Copy link
Member

This is the other approach for downloading raw data: https://community.plot.ly/t/allowing-users-to-download-csv-on-click/5550/4

@chriddyp
Copy link
Member

And maybe we should add a comment to the download-raw-data.py example

@chriddyp
Copy link
Member

ike using another JavaScript library like downloadify.js or download.js.

And this looks like it could be a good canditate for a dash component, I made an issue here: plotly/dash-core-components#216

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants