oops....

http://devex.macromedia.com/developer/gallery/SearchResults.cfm?keywords=cf_
download


-- Sam


-----Original Message-----
From: Sam Roach [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 4:07 PM
To: CF-Talk
Subject: RE: masking URLs and cflocation


Try cf_download

http://devex.macromedia.com/developer/gallery/info.cfm?ID=CA347854-2830-11D4
-AA9700508B94F380&method=Full


-- Sam


-----Original Message-----
From: Shawn Grover [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 4:00 PM
To: CF-Talk
Subject: RE: masking URLs and cflocation


I've hidden the URL to a specific file through the use of a "special" page
and the CFContent tag.

For instance, if I asked for a file that was named "MyFile.gif", the URL of
the link to the file would be something like "getfile.cfm?FileID=44".  The
end result is that the user would download MyFile.gif (with the same
filename in the save as window), without ever knowing where MyFile.gif
actually resided.

Tying this in with the use of the status bar (onmouseover, blank the status
bar value), then you would effectively hide the URL to the specific file.

Not sure if that's quite what you want, but hope it helps.

Shawn Gover

-----Original Message-----
From: Margaret Fisk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 4:46 PM
To: CF-Talk
Subject: RE: masking URLs and cflocation


Hi everyone,

I know there is a way to do this (at least the URL masking), but I can't
find any answers. I may be asking the wrong questions but...


Currently:
I have a page that displays the files available for download with hrefs to
download them.
The user clicks the href and the files either launches in another browser or
downloads.
The URL is listed both on the href and in the browser address.


Here is what I want to do:
I want the page to list the files available for download (preferably not as
buttons but that's livable)
User clicks the link to download (this is not an href so the URL is not
displayed)
The document/file download launches (cflocation?) in another browser window
but the address line displays a default address rather than the true URL.

I'd prefer to do this with Cold Fusion rather than JavaScript because not
everyone can run JavaScript, but I am willing to be flexible on that if it
will work.

Thanks in advance,
Margaret




______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to