Forum Moderators: open
If I have an excel file that I would like to place on a website so that visitors can download the file and save it to their computer-how is this done? I have uploaded the file and I know what page I would like it to appear but I don't know how to insert the file into the web page. Thanks for help
I rarely have any spreadsheet files, but for the many guidebooks and registration forms for our users, we typically provide access in three formats: pdf, doc, and txt. A download section on a promoted event page would typically look like:
Widget Guidebook (PDF)
Widget Guidebook (DOC)
Widget Registration (DOC)
Widget Registration (PDF)
Widget Registration (TXT)
If I do this with a text file, when I place a link to the text file it opens the text file in the browser and the text file can be read;I prefer that the linked file be saved to the visitors computer instead of just opening.
Meanwhile with the link to an excel file it cant even open it -although again what I want is for user to download this file to their computer
Do a google search for something akin to "How do I set MIME type in html", there are numerous pages which will explain how it's done.