RE: Slightly OT....HTML question

2000-12-05 Thread Andy Ewings

How is the data linked in the background?.using a db?  At the moment I
have done something similar in that the user select a letter from one drop
down box and then the other is populated with all of the entries starting
with that letter.  The only problem is the page gets re-loaded each time.
Are you saying that these tags do this without reloading the page?  i.e.
All the results are loaded at first and then the Java script picks out the
relevant ones?

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Jamie Keane [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2000 15:10
To: CF-Talk
Subject: Re: Slightly OTHTML question


Basically what they do is whip together two or three select boxes that are
tied with Javascript.  Select a category in Box 1, and the categories linked
to your selection show up in Box 2.  Change the selection in Box 1 again,
and Box 2's contents change to reflect a new category.  Spiffy!

--
Jamie Keane
Programmer
SolutionMasters, Inc.
9111 Monroe Rd., Suite 100
Charlotte, NC  28270
www.solutionmasters.com
704.563.5559 x 228  Voice
704.849.9291  Fax
-Original Message-
From: Andy Ewings <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Tuesday, December 05, 2000 9:54 AM
Subject: RE: Slightly OTHTML question


>Thanks.  I'll have a lok at these tags.  Can you give me a brief desription
>as to what they do?
>
>--
>Andrew Ewings
>Project Manager
>Thoughtbubble Ltd
>http://www.thoughtbubble.net
>--
>United Kingdom
>http://www.thoughtbubble.co.uk/
>Tel: +44 (0) 20 7387 8890
>--
>New Zealand
>http://www.thoughtbubble.co.nz/
>Tel: +64 (0) 9 419 4235
>--
>The information in this email and in any attachments is confidential and
>intended solely for the attention and use of the named addressee(s). Any
>views or opinions presented are solely those of the author and do not
>necessarily represent those of Thoughtbubble. This information may be
>subject to legal, professional or other privilege and further distribution
>of it is strictly prohibited without our authority. If you are not the
>intended recipient, you are not authorised to disclose, copy, distribute,
or
>retain this message. Please notify us on +44 (0)207 387 8890.
>
>
>
>-Original Message-----
>From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
>Sent: 05 December 2000 14:11
>To: CF-Talk
>Subject: Re: Slightly OTHTML question
>
>
>Andrew
>
>You can try allocating more memory to the browser on the Mac.
>
>A better approach might be to use something like twoSelectsRelated or
>ThreeSelectsRelated custom tags availab at allaire.
>
>At least you could break the unwieldy number of entries into smaller
groups.
>
>HTH
>
>Dick
>
>
>At 12:53 PM + 12/5/00, Andy Ewings wrote:
>>I have a form with a select control that loads approx 7000 options into it
>>(I know this is stupid but it's what the client wants).  When I view the
>>form on a PC it's fine.  However on a Mac I see nothing.  When I reduce
the
>>number of entries to about 4,500 I can see them on the Mac.
>>
>>Does anyone know if there is a known issue here and if so is there a way
>>around it?
>>--
>>Andrew Ewings
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT....HTML question

2000-12-05 Thread Jamie Keane

Basically what they do is whip together two or three select boxes that are
tied with Javascript.  Select a category in Box 1, and the categories linked
to your selection show up in Box 2.  Change the selection in Box 1 again,
and Box 2's contents change to reflect a new category.  Spiffy!

--
Jamie Keane
Programmer
SolutionMasters, Inc.
9111 Monroe Rd., Suite 100
Charlotte, NC  28270
www.solutionmasters.com
704.563.5559 x 228  Voice
704.849.9291  Fax
-Original Message-
From: Andy Ewings <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Tuesday, December 05, 2000 9:54 AM
Subject: RE: Slightly OTHTML question


>Thanks.  I'll have a lok at these tags.  Can you give me a brief desription
>as to what they do?
>
>--
>Andrew Ewings
>Project Manager
>Thoughtbubble Ltd
>http://www.thoughtbubble.net
>--
>United Kingdom
>http://www.thoughtbubble.co.uk/
>Tel: +44 (0) 20 7387 8890
>--
>New Zealand
>http://www.thoughtbubble.co.nz/
>Tel: +64 (0) 9 419 4235
>--
>The information in this email and in any attachments is confidential and
>intended solely for the attention and use of the named addressee(s). Any
>views or opinions presented are solely those of the author and do not
>necessarily represent those of Thoughtbubble. This information may be
>subject to legal, professional or other privilege and further distribution
>of it is strictly prohibited without our authority. If you are not the
>intended recipient, you are not authorised to disclose, copy, distribute,
or
>retain this message. Please notify us on +44 (0)207 387 8890.
>
>
>
>-Original Message-----
>From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
>Sent: 05 December 2000 14:11
>To: CF-Talk
>Subject: Re: Slightly OTHTML question
>
>
>Andrew
>
>You can try allocating more memory to the browser on the Mac.
>
>A better approach might be to use something like twoSelectsRelated or
>ThreeSelectsRelated custom tags availab at allaire.
>
>At least you could break the unwieldy number of entries into smaller
groups.
>
>HTH
>
>Dick
>
>
>At 12:53 PM + 12/5/00, Andy Ewings wrote:
>>I have a form with a select control that loads approx 7000 options into it
>>(I know this is stupid but it's what the client wants).  When I view the
>>form on a PC it's fine.  However on a Mac I see nothing.  When I reduce
the
>>number of entries to about 4,500 I can see them on the Mac.
>>
>>Does anyone know if there is a known issue here and if so is there a way
>>around it?
>>--
>>Andrew Ewings
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Slightly OT....HTML question

2000-12-05 Thread Andy Ewings

Thanks.  I'll have a lok at these tags.  Can you give me a brief desription
as to what they do?

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2000 14:11
To: CF-Talk
Subject: Re: Slightly OT....HTML question


Andrew

You can try allocating more memory to the browser on the Mac.

A better approach might be to use something like twoSelectsRelated or 
ThreeSelectsRelated custom tags availab at allaire.

At least you could break the unwieldy number of entries into smaller groups.

HTH

Dick


At 12:53 PM + 12/5/00, Andy Ewings wrote:
>I have a form with a select control that loads approx 7000 options into it
>(I know this is stupid but it's what the client wants).  When I view the
>form on a PC it's fine.  However on a Mac I see nothing.  When I reduce the
>number of entries to about 4,500 I can see them on the Mac.
>
>Does anyone know if there is a known issue here and if so is there a way
>around it?
>--
>Andrew Ewings
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Slightly OT....HTML question

2000-12-05 Thread Andy Ewings

Yeh I may looking into that.  I have some software that groups by postcode
but I was wondering if there was a more immediate fix.  I think the answer
is no!

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2000 14:39
To: CF-Talk
Subject: Re: Slightly OTHTML question


hmm .. maybe you could even break it down by some sort of geographic
location?

Todd Ashworth

- Original Message -
From: "Andy Ewings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 9:05 AM
Subject: RE: Slightly OTHTML question


| I think I'm going to have to.  At the moment the 7,000 entries are every
6th
| form school/colledge in the country.  The form as it is takes about 30
| seconds to load so I htink I'm going to break it down whereby the user
| selects a letter which the school name starts with.  This will restrict
the
| list sufficiently.  Lets hope the client goes for it!
|
| --
| Andrew Ewings
| Project Manager
| Thoughtbubble Ltd
| http://www.thoughtbubble.net
| --
| United Kingdom
| http://www.thoughtbubble.co.uk/
| Tel: +44 (0) 20 7387 8890
| --
| New Zealand
| http://www.thoughtbubble.co.nz/
| Tel: +64 (0) 9 419 4235
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT....HTML question

2000-12-05 Thread Todd Ashworth

hmm .. maybe you could even break it down by some sort of geographic
location?

Todd Ashworth

- Original Message -
From: "Andy Ewings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 9:05 AM
Subject: RE: Slightly OTHTML question


| I think I'm going to have to.  At the moment the 7,000 entries are every
6th
| form school/colledge in the country.  The form as it is takes about 30
| seconds to load so I htink I'm going to break it down whereby the user
| selects a letter which the school name starts with.  This will restrict
the
| list sufficiently.  Lets hope the client goes for it!
|
| --
| Andrew Ewings
| Project Manager
| Thoughtbubble Ltd
| http://www.thoughtbubble.net
| --
| United Kingdom
| http://www.thoughtbubble.co.uk/
| Tel: +44 (0) 20 7387 8890
| --
| New Zealand
| http://www.thoughtbubble.co.nz/
| Tel: +64 (0) 9 419 4235



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT....HTML question

2000-12-05 Thread Dick Applebaum

Andrew

You can try allocating more memory to the browser on the Mac.

A better approach might be to use something like twoSelectsRelated or 
ThreeSelectsRelated custom tags availab at allaire.

At least you could break the unwieldy number of entries into smaller groups.

HTH

Dick


At 12:53 PM + 12/5/00, Andy Ewings wrote:
>I have a form with a select control that loads approx 7000 options into it
>(I know this is stupid but it's what the client wants).  When I view the
>form on a PC it's fine.  However on a Mac I see nothing.  When I reduce the
>number of entries to about 4,500 I can see them on the Mac.
>
>Does anyone know if there is a known issue here and if so is there a way
>around it?
>--
>Andrew Ewings

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Slightly OT....HTML question

2000-12-05 Thread Andy Ewings

I think I'm going to have to.  At the moment the 7,000 entries are every 6th
form school/colledge in the country.  The form as it is takes about 30
seconds to load so I htink I'm going to break it down whereby the user
selects a letter which the school name starts with.  This will restrict the
list sufficiently.  Lets hope the client goes for it!

-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



-Original Message-
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2000 14:02
To: CF-Talk
Subject: Re: Slightly OTHTML question


| Does anyone know if there is a known issue here and if so is there a way
| around it?

Yes .. strike the client about the head firmly and repeatedly until they
understand the foolishness of their ways ;)

What in the world would you need 7,000 entries in a single select box?  Is
there a way you could split that up, or drill down to a more manageable
number?

Todd Ashworth

- Original Message -
From: "Andy Ewings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 7:53 AM
Subject: Slightly OTHTML question


| I have a form with a select control that loads approx 7000 options into it
| (I know this is stupid but it's what the client wants).  When I view the
| form on a PC it's fine.  However on a Mac I see nothing.  When I reduce
the
| number of entries to about 4,500 I can see them on the Mac.
|
| Does anyone know if there is a known issue here and if so is there a way
| around it?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT....HTML question

2000-12-05 Thread Jamie Keane

Egads, that's a big number.  What we commonly use for a drill-down is the
TwoSelectsRelated tag (or if the data is sufficiently cumbersome,
ThreeSelectsRelated).

Jamie

--
Jamie Keane
Programmer
SolutionMasters, Inc.
9111 Monroe Rd., Suite 100
Charlotte, NC  28270
www.solutionmasters.com
704.563.5559 x 228  Voice
704.849.9291  Fax
-Original Message-
From: Todd Ashworth <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Tuesday, December 05, 2000 8:53 AM
Subject: Re: Slightly OTHTML question


>| Does anyone know if there is a known issue here and if so is there a way
>| around it?
>
>Yes .. strike the client about the head firmly and repeatedly until they
>understand the foolishness of their ways ;)
>
>What in the world would you need 7,000 entries in a single select box?  Is
>there a way you could split that up, or drill down to a more manageable
>number?
>
>Todd Ashworth
>
>- Original Message -
>From: "Andy Ewings" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, December 05, 2000 7:53 AM
>Subject: Slightly OTHTML question
>
>
>| I have a form with a select control that loads approx 7000 options into
it
>| (I know this is stupid but it's what the client wants).  When I view the
>| form on a PC it's fine.  However on a Mac I see nothing.  When I reduce
>the
>| number of entries to about 4,500 I can see them on the Mac.
>|
>| Does anyone know if there is a known issue here and if so is there a way
>| around it?
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT....HTML question

2000-12-05 Thread Todd Ashworth

| Does anyone know if there is a known issue here and if so is there a way
| around it?

Yes .. strike the client about the head firmly and repeatedly until they
understand the foolishness of their ways ;)

What in the world would you need 7,000 entries in a single select box?  Is
there a way you could split that up, or drill down to a more manageable
number?

Todd Ashworth

- Original Message -
From: "Andy Ewings" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, December 05, 2000 7:53 AM
Subject: Slightly OTHTML question


| I have a form with a select control that loads approx 7000 options into it
| (I know this is stupid but it's what the client wants).  When I view the
| form on a PC it's fine.  However on a Mac I see nothing.  When I reduce
the
| number of entries to about 4,500 I can see them on the Mac.
|
| Does anyone know if there is a known issue here and if so is there a way
| around it?



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Slightly OT....HTML question

2000-12-05 Thread Andy Ewings

I have a form with a select control that loads approx 7000 options into it
(I know this is stupid but it's what the client wants).  When I view the
form on a PC it's fine.  However on a Mac I see nothing.  When I reduce the
number of entries to about 4,500 I can see them on the Mac.

Does anyone know if there is a known issue here and if so is there a way
around it?
-- 
Andrew Ewings
Project Manager
Thoughtbubble Ltd 
http://www.thoughtbubble.net 
-- 
United Kingdom 
http://www.thoughtbubble.co.uk/ 
Tel: +44 (0) 20 7387 8890 
-- 
New Zealand 
http://www.thoughtbubble.co.nz/ 
Tel: +64 (0) 9 419 4235 
-- 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890. 



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Slightly OT HTML question

2000-11-21 Thread Stewart McGowan

A short snippet 

Regards

Stew


 

SELECT Distinct File_Name1 FROM Files


 

  #File_Name1# 
  
  


 



SELECT File_Name2 FROM Files where File_Name1 ='#form.File_Name#'



#File_Name2#


  #File_Name2# 


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT HTML question

2000-11-21 Thread Michael Thomas

I saw something about this once. It pertained to downloading executable 
files but the concept wuz the same. I think the way it wuz done wuz by using 
 but im not totally sure. Ill see if I can dig up the link for 
you.

Mike


>From: Jeffry Houser <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Re: Slightly OT HTML question
>Date: Tue, 21 Nov 2000 04:27:00 -0500
>
>
>  Maybe this is too complicated, but I would keep the original file names,
>and put it in a directory named '149284.'
>
>  Although, if you don't want to try that approach you may want to link
>to another CFM page that renames the file and then links to it, either
>using javascript or a cflocation.
>
>
>Norman Elton wrote:
> >
> > Hello-
> >
> > I know this is slightly off topic, but it is related to HTML, so here it
> > goes:
> >
> > I keep an archive of files. A user uploads a file ("MyFile.doc") and it 
>gets
> > dumped into a directory for storage. It gets renamed to a unique name
> > ("149284.doc") for storage, and the original filename is stored in the
> > database.
> >
> > Now the user wants to download the file. I can make a link to the file, 
>but
> > it would be downloaded with the numeric name. Is there any way to 
>somehow
> > "dynamically" rename the file so that the user doesn't have to rename it
> > manually?
> >
> > Thanks!
> >
> > Norman
> >
> > ~~
> > Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
> >
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>
>--
>Jeff Houser | mailto:[EMAIL PROTECTED]
>AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
>--
>Instant Cold Fusion 4.5  | ISBN: 0-07-213238-8
>Due out 3rd Quarter 2001
>--
>DotComIt, LLC
>Computer Consultant specializing in database driven web data
>ColdFusion, Lotus Notes/Domino
>--
>Half of the Alternative Folk Acoustic Duo called Far Cry Fly
>http://www.farcryfly.com
>http://www.mp3.com/FarCryFly
>--
>Does Everyone Think I'm a Cynical?
>~~
>Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
>
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Slightly OT HTML question

2000-11-21 Thread Jeffry Houser


 Maybe this is too complicated, but I would keep the original file names,
and put it in a directory named '149284.'  

 Although, if you don't want to try that approach you may want to link
to another CFM page that renames the file and then links to it, either 
using javascript or a cflocation.  


Norman Elton wrote:
> 
> Hello-
> 
> I know this is slightly off topic, but it is related to HTML, so here it
> goes:
> 
> I keep an archive of files. A user uploads a file ("MyFile.doc") and it gets
> dumped into a directory for storage. It gets renamed to a unique name
> ("149284.doc") for storage, and the original filename is stored in the
> database.
> 
> Now the user wants to download the file. I can make a link to the file, but
> it would be downloaded with the numeric name. Is there any way to somehow
> "dynamically" rename the file so that the user doesn't have to rename it
> manually?
> 
> Thanks!
> 
> Norman
> 
> ~~
> Structure your ColdFusion code with Fusebox. Get the official book at 
>http://www.fusionauthority.com/bkinfo.cfm
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

-- 
Jeff Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
--
Instant Cold Fusion 4.5  | ISBN: 0-07-213238-8   
Due out 3rd Quarter 2001
--
DotComIt, LLC
Computer Consultant specializing in database driven web data
ColdFusion, Lotus Notes/Domino
--
Half of the Alternative Folk Acoustic Duo called Far Cry Fly 
http://www.farcryfly.com
http://www.mp3.com/FarCryFly
--
Does Everyone Think I'm a Cynical?
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Slightly OT HTML question

2000-11-21 Thread Norman Elton

Hello-

I know this is slightly off topic, but it is related to HTML, so here it
goes:

I keep an archive of files. A user uploads a file ("MyFile.doc") and it gets
dumped into a directory for storage. It gets renamed to a unique name
("149284.doc") for storage, and the original filename is stored in the
database.

Now the user wants to download the file. I can make a link to the file, but
it would be downloaded with the numeric name. Is there any way to somehow
"dynamically" rename the file so that the user doesn't have to rename it
manually?

Thanks!

Norman

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists