CSV Behavior in Safari
CSV Behavior in Safari
Using this page as an example...
In Chrome, the CSV option will download the file just fine. However, in Safari the CSV opens in a new tab. It seems that in order to save the file you have to do the following:
- From the menu, go to File > Save As...
- Change the export name to have .csv extension
- Select "Page Source" as the Format
- Click Save
Is it possible to have the file download automatically or is this a limitation with Safari?
Thanks!
-Kurt
This discussion has been closed.
Answers
Its a limitation in Safari I'm afraid. Shipping Safari doesn't support local file creation and download as it doesn't support the
download
attribute fora
tags.However, the good news is that this has recently seen activity in the Webkit bug tracker and I believe it should be resolved in the Webkit nighties, which means it will be available in shipping Safari soon. I'm going to try the nightlies out today in fact and make any adjustments I need to to allow Safari to work (hopefully!).
Allan
Ok, good to know. Thank you for the information!
Regards,
Kurt