Welcome to TalkGraphics.com
Results 1 to 6 of 6
  1. #1

    Default Download an .eps or .svg file from a Xara designed website

    Dear All, I would like to create a link on my website that could automatically download .eps or .svg files.
    So my client can download their logo at will.

    What I'd like to see eg: Download Logo.eps click here
    or create a graphic button that would do the same.

    I tried creating a link to the file, as you would a PDF, that didn't work, when you click on the link you get a 404 error.

    Any help much appreciated, best, Teeser

  2. #2
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,910

    Default Re: Download an .eps or .svg file from a Xara designed website

    Put a placeholder on the page & place the following in it:

    <a href="path2file/england.svg" download>
    <img border="0" src="path2file/england.svg" alt="england-svg" width="300" height="200">
    </a>

    It works in all browsers except IE12 (should work in ie13 though).

    Example @:

    http://www.parkeston.com/pdf/


    More info @:

    http://www.w3schools.com/tags/att_a_download.asp
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  3. #3
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,502

    Default Re: Download an .eps or .svg file from a Xara designed website

    You can also ZIP the files then link to the ZIP file on the server which will bring up the Open or Save File dialog.

    When you link to a ZIP file on your computer this way, WD uploads the ZIP file when you publish the page.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	zip.png 
Views:	90 
Size:	23.8 KB 
ID:	112467  

  4. #4

    Default Re: Download an .eps or .svg file from a Xara designed website

    AMAZING! Can't thank you both enough. The Zipping version is preferred. Brilliant!

  5. #5

    Default Re: Download an .eps or .svg file from a Xara designed website

    Thanks Gary
    If you haven't the ability to generate your own ideas - don't pinch mine.

    If in doubt, read the manual/help files

  6. #6
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,502

    Default Re: Download an .eps or .svg file from a Xara designed website


 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •