posted
Not long ago, I asked here about putting a vector file on a website, so that others can download it. Thank you to those that replied, but I was still having trouble. I was trying to put the image on an html page, or link to a file where the image was. Neither worked, but what did work was to make a sub folder in a folder called picture_library. Said folder is in the same place as my index html, and other folders I've made. By putting a button on the html page where a jpg display is, then linking to the folder, sub folder, and specific image, the browser will ask if you want to download this file. Yesss!
For clarification: the sub folder might be 'overkill', but when I tried linking to the folder above it, I got a 'permission denied' message upon testing with the browser, ('preview' in Go Live jams up, so I don't use it). The problem probably was that I wasn't linked all the way to the specific vector image, not that I wasn't using a sub folder. When I say 'jpg display', I mean the same image as the vector, but in a browser viewable form. Also lets folks without vector processing software right click > save it.
-------------------- James Donahue Donahue Sign Arts 1851 E. Union Valley Rd. Seymour TN. (865) 577-3365 brushman@nxs.net
Democracy is two wolves and a lamb voting on what's for lunch, Benjamin Franklin Posts: 2057 | From: 1033 W. Union Valley Rd. | Registered: Feb 2003
| IP: Logged |
-------------------- Leaper of Tall buildings.. If you find my posts divisive or otherwise snarky please ignore them. If you do not know how then PM me about it and I will demonstrate. Posts: 5273 | From: Im a nowhere man | Registered: Jul 2001
| IP: Logged |
posted
Uh......no, should I have? Why? (they downloaded and opened fine, this on snail speed dial up)
-------------------- James Donahue Donahue Sign Arts 1851 E. Union Valley Rd. Seymour TN. (865) 577-3365 brushman@nxs.net
Democracy is two wolves and a lamb voting on what's for lunch, Benjamin Franklin Posts: 2057 | From: 1033 W. Union Valley Rd. | Registered: Feb 2003
| IP: Logged |
posted
compress them makes them smaller files and download faster. Altho graphics files cannot be compressed a great amount. Every little bit helps.
-------------------- Leaper of Tall buildings.. If you find my posts divisive or otherwise snarky please ignore them. If you do not know how then PM me about it and I will demonstrate. Posts: 5273 | From: Im a nowhere man | Registered: Jul 2001
| IP: Logged |
posted
Are you using the correct code? I have downloads setup on my site and they work just fine by using this code on an html page:
(a href="filename.xxx")Text Displayed(/a)
I have substituted ( for < and ) for >
The use of a compression utility such as WinZip is less important for download size and more important for protection from data corruption during transmission over the internet.
-------------------- Fred Weiss Allied Computer Graphics, Inc. 4620 Lake Worth Road Lake Worth, FL 33463 561 649-6300 allcompu@allcompu.com Posts: 427 | From: Lake Worth, Florida | Registered: Feb 2003
| IP: Logged |