Re: escaping # signs in image file names

2007-11-30 Thread Jerry Johnson
Maybe replace the # with %23?



On Nov 30, 2007 12:22 PM, Charlie Griefer <[EMAIL PROTECTED]> wrote:
>  width="164" height="140" border="0" />  ?
>
> (might need 4 # there in the 3rd arg)
>
> On Nov 30, 2007 8:54 AM, Crow T. Robot <[EMAIL PROTECTED]> wrote:
> > Is there a way to do this that anyone can think of?  I have a page that I
> > inherited that is outputting user-uploaded images, and just today, the user
> > decided to upload images with #'s in the names.  The images are not showing
> > up because of this.  Any way around this other than renaming the images?
> >
> > code:
> >
> >  > border=0>
> >
> >
> >
>
> 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294020
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: escaping # signs in image file names

2007-11-30 Thread Crow T. Robot
there's your answer folks.  thanks jerry.

On Nov 30, 2007 11:55 AM, Jerry Johnson <[EMAIL PROTECTED]> wrote:

> Maybe replace the # with %23?
>
>
>
> On Nov 30, 2007 12:22 PM, Charlie Griefer <[EMAIL PROTECTED]>
> wrote:
> >  > width="164" height="140" border="0" />  ?
> >
> > (might need 4 # there in the 3rd arg)
> >
> > On Nov 30, 2007 8:54 AM, Crow T. Robot <[EMAIL PROTECTED]> wrote:
> > > Is there a way to do this that anyone can think of?  I have a page
> that I
> > > inherited that is outputting user-uploaded images, and just today, the
> user
> > > decided to upload images with #'s in the names.  The images are not
> showing
> > > up because of this.  Any way around this other than renaming the
> images?
> > >
> > > code:
> > >
> > >  > > border=0>
> > >
> > >
> > >
> >
> >
>
> 

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294021
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: escaping # signs in image file names

2007-11-30 Thread Charlie Griefer
  ?

(might need 4 # there in the 3rd arg)

On Nov 30, 2007 8:54 AM, Crow T. Robot <[EMAIL PROTECTED]> wrote:
> Is there a way to do this that anyone can think of?  I have a page that I
> inherited that is outputting user-uploaded images, and just today, the user
> decided to upload images with #'s in the names.  The images are not showing
> up because of this.  Any way around this other than renaming the images?
>
> code:
>
>  border=0>
>
>
> 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294017
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: escaping # signs in image file names

2007-11-30 Thread Dave Watts
> Is there a way to do this that anyone can think of?  I have a 
> page that I inherited that is outputting user-uploaded 
> images, and just today, the user decided to upload images 
> with #'s in the names.  The images are not showing up because 
> of this.  Any way around this other than renaming the images?

Wrap the filename in URLEncodedFormat()?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294024
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


escaping # signs in image file names

2007-11-30 Thread Crow T. Robot
Is there a way to do this that anyone can think of?  I have a page that I
inherited that is outputting user-uploaded images, and just today, the user
decided to upload images with #'s in the names.  The images are not showing
up because of this.  Any way around this other than renaming the images?

code:




~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294014
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4