Hi to all...
I would like to put a .exe file on my web site and allow to download...
How would i do this...
Thanking you in advance...
Rino
Hi to all...
I would like to put a .exe file on my web site and allow to download...
How would i do this...
Thanking you in advance...
Rino
upload your file to the server, then place a link pointing to it. The browser will usually download right off the bat.
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
I'll give it a try...
I tried it and i get "The page cannot be found"
That means that you didn't upload the file to the location you pointed to in the browser. In other words, if you make your link mysite.com/test.exe but upload to the folder /test/test.exe, then you will get a 404 (page not found) error.
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
i double checked and the path is correct...
if you have two mins to check here's the site...
http://www.hartstores.com/Hart/SignC...itureSigns.asp
I can't find it, and the server apparently can't find the file either. Without access to the server, the only thing I can suggest is making sure that the files are in fact there on the server.
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
1. Upload file.
2. Write down the path to the file.
3. Use as link.
If that link does not work either:
1. The path is NOT to that file.
2. The file is no longer there.
As thetestingsite said, we cannot do anything more.
Also, since you are just linking to a file, there is nothing I can imagine that would be going wrong in terms of configuration, settings, etc.
I notice that your URLs contain spaces (and some have other characters). Consider conventions like using underscores (_) instead of spaces and using all lowercase letters, with no punctuation characters. This can cause problems, though I can't find the file even trying a few things to fix this, so I'm not convinced that is, in this case, the problem.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
With all their suggestion, the issue maybe is that your link is the err
...and also, as what Daniel had suggested, try renaming your file, avoid using spacesCode:<A HREF="/Hart/SignCards/Images/Furniture Sign Cards/Furniture08FR_3x5 (Page 01).pdf"><img border="0" height="32" width="33"SRC="/Images/pdf.gif"></A>![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Following along with Daniel and testingsite mentioning either removing the spaces or replacing with underscores, there are a couple other parameters to look for as well:
Are you uploading by the website or by FTP?
If by your website, you will want to look into the folder structures and see exactly how deep this .EXE is placed:
(ie; test/test.exe or test/test2/test3/test.exe).
-------------------------------------------------------
If this if by FTP, when you initially login (unless you have changed the starting directory), the default folder listed as "/" would have you placed at the equivalent: http://www.yourwebsite.com
Any folders you access from here will be added to the end of this URL:
(ie; http://www.yourwebsite.com/test/test2/test.exe)
--------------------------------------------------------
Hope this along with other postings help alleviate your problem.
-=Striker=-
Bookmarks