(just a SWAG), but I think what he meant to say ...

He wants to pass a filespec containing wildcards (?filename=Sep??2002.*) (or some 
similar string)

But it gets rid of the ? and the *.

Phillip, if this is close,

Those characters really aren't "web url" friendly. Sure, you can pass them (and even 
catch them), but you really should convert them to URL safe encoding.

For example, rather than pass a "space" character (chr(32)), you should pass a %20 
instead.

This is pretty easy using the Cold Fusion BIF (Built in Function) URLEncodedFormat()

Then on the catch page, you can use the URLDecode() to get the characters back into 
usable form.

HTH
Jerry Johnson



>>> [EMAIL PROTECTED] 01/21/03 04:30PM >>>
what exactly do you mean?

anything in the url string, is in the url string to stay.

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net 
410.548.2337 

-----Original Message-----
From: Phillip B [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 21, 2003 4:25 PM
To: CF-Talk
Subject: Passing URL in query string


Whats the best way to pass this
http://www.asdf.com/index.cfm?x=x&y=y 
and keep everything after the "&" with the passed URL? 

Phillip B.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to