On Thursday, January 22, 2004, at 05:52 PM, Ciliotta, Mario wrote:
> Does anyone know how to make a file upload input box read only.
If you go with one of the _javascript_ solutions recommend by others,
make sure you test it thoroughly on all browsers. I seem to recall
that some browsers don'
ty but no go
ok heres what i did
i dl'd the newest version which is 4.1.1a alpha then realizes before
installing it that it wasnt the one i wanted so I broke out 4.0.15 the one
that has an installer and left the folder with the new alpha one on my
desktop. But installed the older one but in the ser
Go to C:\MySQL\bin\
type MYSQLD-NT.EXE
or MYSQLD-MAX-NT.EXE
Peter Tilbrook
Transitional Services - Enterprise eSolutions
Centrelink (http://www.centrelink.gov.au)
2 Faulding Street
Symonston ACT 2609
Tel: (02) 62115927
ok so i decide to give mysql a try
so i install it to the default folder C:\mysql
but i couldnt get it to start so i go into services (xp pro) to try and
start it. still wont start so i look at the properties and it has the
executable as some weird thing on my desktop which is incorrect. So i try
a
i dont know either doug but they didnt even ask about the seller they just
treated the unknowing buyer like a criminal but they should go after the
sellers. I sold a copy of ms access on there and believe me M$ sure as
hell checked it out to make sure it was legit.
but they should do something caus
John Burns said
> I read some comments the other day on the list about using hash() to
> store passwords in a database and someone sent a link to a microsoft
> document explaining the security benefits to storing passwords that
> way.
Do what Jochem said.
Make sure the salt value *cannot* change
My view is that if that package is indeed pirated or otherwise illegal,
Macromedia should contact eBay.
This is done regularly by other software publishers and the result is that eBay
will pull the sale immediately.
That they didn't would indicate to me and others that the sale was a legitimate
one
let me first say that i am a HUGE supporter of Macromedia but...
this also happened to me & i wasnt to happy with how it was handled.
long story short
had a new host talking into going with coldfusion as there language as
they dove into that kinda market.
they bought a "new" copy off of eb
Rino:
I would think your best bet would be to have the admin site just directly
query the individual databases of each other site (since they are all
separate).
Since, with this setup, the admin site won't be recording information from
the other sites, there's no need to use CFHTTP.
--
Mosh Teit
Isn't the problem that the button and the field both use the same background
colour?
-Original Message-
From: Bob Haroche [mailto:[EMAIL PROTECTED]
Sent: Friday, 23 January 2004 2:21 p.m.
To: CF-Talk
Subject: Re: How to set a file upload input box to readonly.
> not true! it will work p
> not true! it will work perfect even if u mess with the CSS.
Really? I went down this road before with Jeff Howden before and never
found a working solution. Can you point me to a site where the file
upload "browse" button is colored and actually uploads the file?
-
Regards,
Bob Har
not true! it will work perfect even if u mess with the CSS.
- Original Message -
From: Bob Haroche
To: CF-Talk
Sent: Thursday, January 22, 2004 7:07 PM
Subject: Re: How to set a file upload input box to readonly.
Ciliotta, Mario wrote:
> Also can the color of the
> but
I got burned on a copy of Flash MX last year. Look what I got in the mail. Advertised as all nice and pretty/legal etc.
http://mysecretbase.com/ebay/
The above was created for Ebay to get my fraud protection refund. Didn't cover everything and took awhile, but at least I got some money back.
Ciliotta, Mario wrote:
> Also can the color of the
> button be
> changed,
Not possible. Well, to be precise, you can use CSS and JS tricks to
make it appear that an upload button is colored (using hidden input
field and passing value to a visible input field) but the result is
that a 0 byte file
1. You're not by chance using cookie blocking software are you?
2. What happens if you move this code from Application.cfm to a
specific page?:
>
>
>
>
>
-
Regards,
Bob Haroche
O n P o i n t S o l u t i o n s
www.OnPointSolutions.com
[Todays Threads]
[This
just use those event handlers as if u were using them on regular input fields
- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk
Sent: Thursday, January 22, 2004 6:10 PM
Subject: cfinput and event handlers
Is it possible for different event handlers (onblur, onkeyup et
I solved that with a DevNet sub... :)
Calvin
- Original Message -
From: Darron J. Schall
To: CF-Talk
Sent: Thursday, January 22, 2004 3:07 PM
Subject: Re: FYI -- CFMX6.1 Standard on eBay (NIB)
Careful, it might actually be a pirated version. See message from another mailin
Sorry Nate ... I spoke too soon >.
Paul Giesenhagen
QuillDesign
- Original Message -
From: Paul Giesenhagen
To: CF-Talk
Sent: Thursday, January 22, 2004 6:16 PM
Subject: Re: cfinput and event handlers
Nate,
I don't "think" so, we abandoned using the tags along time ago
Nate,
I don't "think" so, we abandoned using the tags along time ago because of this ...
Paul Giesenhagen
QuillDesign
- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk
Sent: Thursday, January 22, 2004 6:10 PM
Subject: cfinput and event handlers
Is it possible for
it sure is use passthrough
passthrough="">
Taco Fleur
Blog
http://www.tacofleur.com/index/blog/
Methodology http://www.tacofleur.com/index/methodology/
0421 851 786
Tell me and I will forget
Show me and I will remember
Teach me and I will learn
-Original Message-
From: [EMAIL PROTE
There's a passthrough attribute to the CFINPUT tag that will literally pass
through it's value to the resulting INPUT tag. Kind of messy if you have
complex JS in there, but it works
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 22, 2
Is it possible for different event handlers (onblur, onkeyup etc.) to work
with the cfinput tag? For instance I have a _javascript_ function that
automatically formats a phone or social secrutity number using the onkeyup
event handler. Or is it possible to do this with the
validate="regular_express
Do an onkeypress event. If they press a key then give them an error message and clear the field. That way they wont be able to enter anyting into the field by key press
- Original Message -
From: Ciliotta, Mario
To: CF-Talk
Sent: Thursday, January 22, 2004 4:52 PM
Subject: S
onFocus(blur)
?
(or something similar, I didn't have time to look it up.
I've used that a couple times.
Though disabling _javascript_ would allow them to type it in
Matthew P. Smith
Web Developer, Object Oriented
Naval Education & Training Professional
Development & Technology Ce
I use js to set the maxlength to 0 so they can't type in there.
function MaxFile(evt, field)
{
charCode = evt.keyCode;
if (field.length >= 0)
{
return false;
}
}
-Original Message-
From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 2:52 PM
To: CF-T
Hi,
Does anyone know how to make a file upload input box read only. I am having a
problem where my users do not click the browser button but instead type the
name of the file they want to upload and I though that if I make the input box
read only I can stop this. Also can the color of the but
Matthew Walker said:
>
> This:
>
> SELECT *
> FROM table1, table2
>
> Is an outer join. Every row in table1 will be returned with every
> row of table2, so if both tables have 10 rows, the record set will
> have 100.
That is called a Cartesian Product.
Jochem
[Todays Threads]
[This Message]
Hey Mosh;
New question, different person. :)
I'm looking to set up say 10 different e-stores. All Stores will look
different, but be run from the same cf e-commerce package. The e-commerce
package will be generic enough to use on every application with little
altering. All stores will be run t
I'm working on an intranet app used in several countries (and therefore several timezones). I have one part of the application where a user is entering date in a form. It's a bit more complex and a bit hard to explain, but at one point we're using to go from cfml to js. Some of the cfml items b
> This:
>
> SELECT *
>
> FROM table1, table2
>
> Is an outer join. Every row in table1 will be returned with
> every row of table2, so if both tables have 10 rows, the
> record set will have 100.
Actually, that's a cross join, or Cartesian product. I'm not sure if cross
joins fall within the
Thanks barney that is much clearer now.
- Original Message -
From: Barney Boisvert
To: CF-Talk
Sent: Thursday, January 22, 2004 4:53 PM
Subject: RE: List ? in a CFIF
is the same as
Cheers,
barneyb
> -Original Message-
> From: Mickael [mailto:[EMAIL
Definitely. You might want to try Ben Forta's "SAMS Teach yourself SQL in 10
minutes". Basically this is the idea:
This:
SELECT *
FROM table1, table2
Is an outer join. Every row in table1 will be returned with every row of
table2, so if both tables have 10 rows, the record set will have 100.
T
Mike,
the thing that might confuse you is the fact there is only a function listed
in the cfif statement
The function either returns TRUE or FALSE depending on whether the value
"phone" is found in the list, so in short it would be
If you want to type it all out, which saves time typin
is the same as
Cheers,
barneyb
> -Original Message-
> From: Mickael [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 22, 2004 1:40 PM
> To: CF-Talk
> Subject: Re: List ? in a CFIF
>
> Hi Raymond,
>
>
> Can you explain how to use it. I see examples on the web
> like this I
> and aren't the solution for what
> I'm talking about. The problem is that the CF Application
> Server has trusted cache enabled. I do this because its too
> slow for it to continually read the source code off of the
> shared drive it lives on. Sometimes I come up with updates
> to my appli
that is the variable that you want to search through, that variable,
assuming it's a list, contains items delimited by something. and "phone" is
the string yo search for.
tony
-Original Message-
From: Mickael [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 4:40 PM
To: CF-Tal
Hi Raymond,
Can you explain how to use it. I see examples on the web like this I just don't understand the first argument in that example validation_error sorry for my newbieness
Mike
- Original Message -
From: Raymond Camden
To: CF-Talk
Sent: Thursday, January 22, 2004 5:1
Thanks Mosh for u help
__
MSc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer.
DIGI- Grupo de Desarrollo
COPEXTEL, S.A.
_
From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 04:28 PM
To: CF-Talk
Subject: RE: Help with CFHTTP
Hassan:
Yo
Is the one you made, or Matt's, open source? Can I download it, use it,
extend it?. I played a bit with Scintilla a while ago but it had a hard
time compiling on Linux correctly (at least for me - fine on windows).
If you are thinking about making a cf editor I'll sign up :).
The Eclipse framework
Dave,
I've got thousands of source code files and there may be hundreds of files
to be updated there is no way that I can think of to reliably request
the files to be updated. What should I do? It was easy in CF5.
Jon
-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Ketan,
and aren't the solution for what I'm talking
about. The problem is that the CF Application Server has trusted cache
enabled. I do this because its too slow for it to continually read the
source code off of the shared drive it lives on. Sometimes I come up with
updates to my application. W
Hassan:
You can definitely use CFHTTP for this. Your code in the form processing
page would look something like:
VALUE="#FORM.txtQuestion#">
BTW, I gave a presentation on CF and HTTP at the MD CFUG last September.
You can find the PPT at
http://www.mdcfug.org/talks/ColdFusionFounda
Is there a way to have a exception to an exception in the IE proxy
exception list? Let me explain.
If I open an IE window and go to:
Tools > Internet Options > Connections > Lan Settings > Proxy Server
(Advanced button)
At the bottom it has 'do not use a proxy server for addresses beginnin
> I keep the trusted cache setting turned on most of the time.
> Sometimes I come out with updates that need to go online. It
> seems like when I turn the cache off and even set the memory
> size to zero, and then I turn the trusted cache back on and
> put the memory back to 50, the changes
> How could I integrate cfqueryparam in the following statement?
>
>
>
> sql="#thesql#" qname="getit">
You can't, in any effective way. I would recommend against the use of a
generalized custom tag for running your queries. Is there some specific
reason you're using this custom tag?
Dave Watts
Sure, use listFind or ListFindNoCase.
Raymond Camden
.sigless in Boston
> -Original Message-
> From: Mickael [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 22, 2004 3:13 PM
> To: CF-Talk
> Subject: List ? in a CFIF
>
> Hi All,
>
> I am sure there is a way to do this but I am uncl
To Flush cahed queries
To Flush cached pages
Ketan Patel
-Original Message-
From: Jon Block [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 4:14 PM
To: CF-Talk
Subject: How do you clear cache in CFMX?
I keep the trusted cache setting turned on most of the time. So
> Is there a way to append variables to the server scope of a
> cf server?
I'm not sure I understand. Do you mean something other than simply setting
variables within code?
If you want these variables to be created whenever the server is restarted,
I think you'll have to put them in one or mor
Hi there:
In order to understand CFHTTP tag I'm posting here a hypothetical example
(but maybe real)
I have a application in ASP with a form in
http://myserver/mysite/getdataform.asp , This form has 3 fields : txtName,
txtPIN, txtQuestion with post method and action
http://myserver/mysite/proce
I keep the trusted cache setting turned on most of the time. Sometimes I
come out with updates that need to go online. It seems like when I turn the
cache off and even set the memory size to zero, and then I turn the trusted
cache back on and put the memory back to 50, the changes I've made to
I think most wireless "things" accept email, phones/pagers, etc. look at
that as an easy get off the ground quick option. what other kinds of
options are there, im not sure, but we have SMS alerts all over the place.
in fact I can send an sms message to an email address, and then in about 10
seco
Hi All,
I am sure there is a way to do this but I am unclear on the syntax.
Instead of having many CFIF's is there a way to check for a value similar to SQL where you say
select * from table where something in ('value','value','value)
I have thisBut instead of creating more than one cfif s
> I'm helping to setup a new live CF5 Pro server and I've heard
> that "Maintain database connections" should be unchecked in a
> shared environment. Does anyone know what best practice is on
> this?
In general, you want to maintain database connections, because they're
expensive to create and
Anyone out there fooled around with CF and wireless applications? I'm looking at the info in the current CF 5.0 book. Can it be programmed to send a page to a phone if a service is down?
Robert O.
HWW
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
Michael,
Definatly a hot topic that could raise a lot of discussion in our group.
The short answer would be "It depends on your audiance and Budget". Many others have provided good answers and suggestions based upon their experiance.
The long answer ends up being an essay about the technology of
http://www.meadroid.com/scriptx/index.asp
will do the trick
Taco Fleur
Blog
http://www.tacofleur.com/index/blog/
Methodology http://www.tacofleur.com/index/methodology/
0421 851 786
Tell me and I will forget
Show me and I will remember
Teach me and I will learn
-Original Message-
From:
The only person I know of who built a plug in for CF in Eclipse is Matt
Liotta. I seem to remember him mentioning it is incomplete.
I developed one as well, which is very incomplete. It supports CF5 and
that's about it.
Anyone here ever use a Scintilla-based IDE for CF development? I would
be int
> there's a flaw in this method to count the 'deepness' of the
> url. you can have a url like this and it will throw your
> deepness true count off,
> theurl="news.com.com/2100-7344-5139640.html?newvar=/test">
I think that would be a malformed URL. I don't think you can have slashes in
your qu
that's a client side setting so you can't control it
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]
-
Macromedia Associate Partner
www.macromedia.com
Oooh yes, and then of course take the folder space and subtract it from what
you are allowed, thats whats left..
Taco Fleur
Blog
http://www.tacofleur.com/index/blog/
Methodology http://www.tacofleur.com/index/methodology/
0421 851 786
Tell me and I will forget
Show me and I will remember
Teach m
I don;t know how they do that, but I just check if its set, i.e.
then set it all...
Taco Fleur
Blog
http://www.tacofleur.com/index/blog/
Methodology http://www.tacofleur.com/index/methodology/
0421 851 786
Tell me and I will forget
Show me and I will remember
Teach me and I will learn
What kind of streaming server are you using? Just playing video off of an
http server doesn't make it a stream.
-Kevin
- Original Message -
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 22, 2004 1:50 PM
Subject: (OT) Best streaming
I really think Flash Video is worth a good look. The Flash Player is more widely distributed than any of the other plug-ins out there.
Kind Regards - Mike Brunt
Original Message ---
Ian Skinner wrote:
>I don't know if this was supposed to be an example of a WMV file or a >STR
Yeah, and there's a windows media player version for mac users as well
(not that most mac users would download anything microsoft to their
mac). It all depends on the audience.
John
-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 3:31
Well, I was thinking more along the lines of it permanently being
written on that server. Like the CF Serial # is and all the other stuff
that's in the server scope. I don't want to have to make a call to a
script that sets that every time. I mean set it once and then it stays.
How does MM set a
How much folder space is left?
I guess first you need to know how much folder space you are allowed to
have, and then how much you really have.
The Windows Scripting Host can do this for you with the File System Object
just taken some pieces out of my own code
server.objFSO = createObject(
Yea i mean removing the url at the bottom and the page number. from searching the web, there doesnt seem to be a way to do it.
-Original Message-
From: Burns, John [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 3:00 PM
To: CF-Talk
Subject: RE: printing from web
You mean the
I am going to assume by the silence (and the stuff I found on google) no
one wants to / can't say.
(I didn't know MM helped make Eclipse - good job)
On Thu, 2004-01-22 at 12:00, Rob Rohan wrote:
> I saw that the MM guys were using Eclipse for their new ?XML flash
> language thingy. Does anyone kn
So you store your url in the database, does that mean you always will know
the url is stored in the following format?
domain / directory / page
If so, use a regex to remove the page and everything after it, i.e.
/.*\.cfm.* something like that I believe, but the regex gods will surely
help ou
Ian Skinner wrote:
>I don't know if this was supposed to be an example of a WMV file or a >STREAMING WMV file.
WHOOPS... sorry. Not reading carefully. No the example is not streaming live or anything like that. Just a saved file.
--
---
Matt Robertson,
Ketan,
I don't think there's any easy / sure-fire way to do it then. You've
got so many variables to take into consideration. Do any have http://
in them, do any have a / in the url variables? You might be able to do
some complex stuff with finding the first / after .com (maybe make an
array of
If you are on Windows you can use the following script to get the amount of
free space on your hard drives...
fs = CreateObject("COM", "Scripting.FileSystemObject");
Cdrive = fs.GetDrive("c:");
Cavail = Cdrive.AvailableSpace;
Ddrive = fs.GetDrive("d:");
Davail = Ddrive.AvailableSpace;
Cheers,
Personally I don't have the Real player, and always uninstall it when it worms its way back on cuz the basic model always pesters me for an upgrade. Thats just me.
WMV is native to Windows, isn't it? As in installed by default? I'm reasonably sure I never have had to add anything to a win box
Could it be this simple?
I'm not sure but I believe you think it's difficult to write to the server
scope, correct? Or am just not understanding what your looking for?
I guess you throw me of by saying "append" don't you just mean set in the
server scope?
The server scope is stored in memory
I don't know if this was supposed to be an example of a WMV file or a STREAMING WMV file. But if the latter, it did not stream to me, I had to download the entire file before it started playing.
--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA
Windows Media Encoder is free, but you have to do a lot of very annoying checking to make sure you render the correct browser to the client for the version of windows media you encoded with. OTOH, you can protect your media files somewhat by using ASX files to stream your videos. And you can be f
Dude, Matt, wrestler lookin dude :D
- Original Message -
From: Matt Robertson
To: CF-Talk
Sent: Thursday, January 22, 2004 2:14 PM
Subject: Re: (OT) Best streaming video type
I don't know about the best, but WMV (windows video) is easy to use and its file sizes are nice and
Hello,
working on a file management piece for our intranet I have everything done but one piece to report how much hd/folder space is left.
anything out there that can do this for CF?
also if this is ran on a shared enviroment will it report what my space is availible or the whole HD?
Thank you
ram would be the easiest I think.
create a .rm file that has a url pointer to an ram file, and BAM it streams
using real audio player (and that's got to be one of the most prevalent)
tw
-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 3
On Thursday, January 22, 2004, at 01:22 PM, Andre Turrettini wrote:
> make it an attribute of a cfc? Give it its own scope and perhaps an
> optional callback function. Maybe and . That
> would
> be nice if used properly. Just because its complex doesnt mean it
> should be
> avoided.
A cal
You can use CSS to define a different style sheet for printing.
Or you can create a printer friendly template that you can use as well.
- Original Message -
From: "Jones, Becky" <[EMAIL PROTECTED]>
Date: Thursday, January 22, 2004 1:00 pm
Subject: OT: printing from web
> this is sort of
If you want to require java you can do it with a java applet rather
easily - but again that requires java and I think it might be overkill
for what you want.
If you hit your wits end though, java printing works rather well.
On Thu, 2004-01-22 at 11:59, Burns, John wrote:
> You mean the HTML heade
I don't know about the best, but WMV (windows video) is easy to use and its file sizes are nice and compact. I have a client that does online customer service via Logitech webcams and they use this. Doesn't seem to be a problem for the video to just click-and-run ... on a Windows box, at least.
Careful, it might actually be a pirated version. See message from another mailing list:
--
Be weary of Ebay.
I got stung with 2 boxes of Flash5 a couple years ago and 3 boxes of
Fireworks/Dreamweaver 4.0 Studio... shrink-wrapped, non-academic, and
otherwise "comple
Hi John,
I cannot use cgi.script_name because in my case I have to pull the info from
the database where I have stored URL's.
Ketan Patel
-Original Message-
From: Burns, John [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 2:52 PM
To: CF-Talk
Subject: RE: Looking to fi
Or real media? And you can generate .ram files automatically to make
the files stream. I think the question really falls to what client app
most of your audience is going to have installed on their machines.
John
-Original Message-
From: brobborb [mailto:[EMAIL PROTECTED]
Sent: Thursd
or ASF? :-D or WMV?
- Original Message -
From: Mike Brunt
To: CF-Talk
Sent: Thursday, January 22, 2004 2:35 PM
Subject: RE: Re: (OT) Best streaming video type
What about FLV Michael.
Kind Regards - Mike Brunt
Original Message ---
hmmm, MPG
-
You mean the HTML header and footer? Like navigation and stuff or do you
mean the part where IE prints out the URL that you are printing and the
page number and stuff? I believe all of that has to be turned off at
the client. I've fought this problem before and without using some kind
of "downloa
That is all set on the client side, and luckily the browsers prevent web
servers having access to settings like this on the client machines. You
might want to check out other options that generate pdf files from html on
the server and then serve those to the client.
--
marlon
"And Bobby you
What about FLV Michael.
Kind Regards - Mike Brunt
Original Message ---
hmmm, MPG
- Original Message -
From: Michael Dinowitz
To: CF-Talk
Sent: Thursday, January 22, 2004 1:50 PM
Subject: (OT) Best streaming video type
I'm looking at a CF app to upload
Sure...
Read up on it here..
http://www.w3.org/TR/REC-CSS2/media.html
HTH,
Mike
-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 22, 2004 3:01 PM
To: CF-Talk
Subject: OT: printing from web
this is sort of off topic but i hope u can help.
do
Is there a way to append variables to the server scope of a cf server?
for isntance, you're running clustered servers and want to be able to
distinguish which server you're on by server.serverName and it return
the name of the server you're on. cfregistry is disabled so you can't
pull it from the
this is sort of off topic but i hope u can help.
does anyone know how to programmatically remove the header and footer from a web page when you print?
thanks for your help
bec.
*
This e-mail, including any attachments, is intended for the
receipt
I saw that the MM guys were using Eclipse for their new ?XML flash
language thingy. Does anyone know of a normal Cold Fusion Eclipse
plug-in (free or not)?
--
Vale,
Rob
Luxuria immodica insaniam creat.
Sanam formam viatae conservate!
http://www.rohanclan.com
http://treebeard.sourceforge.net
ht
there's a flaw in this method to count the 'deepness' of the url. you can have a url like this and it will throw your deepness true count off,
you wanna do a findnocase on "?" and use a mid() to trim the url string first before attempting to do a listLen.
Nick Han
>>> [EMAIL PROTECTED] 01/2
Well, instead of doing the whole url, you know you don't care about the
domain name, so just do it on cgi.script_name and that will just give
you the folders and the file name and url parameters. If someone goes
to a site like www.blah.com/foo/index.cfm the script_name variable will
contain /foo/i
hmmm, MPG
- Original Message -
From: Michael Dinowitz
To: CF-Talk
Sent: Thursday, January 22, 2004 1:50 PM
Subject: (OT) Best streaming video type
I'm looking at a CF app to upload a video file to a server and then allow
people to view it. I know some video file types aut
currently only $750
CFMX 6.1 Standard -- full version not an upgrade, not edu, not NFR, etc.
New in box -- still in shrink-wrap
ends in 3 hours!
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3655192400
This message was sen
Daniel Farmer wrote:
>How could I integrate cfqueryparam in the following statement?
You'd have to redesign your custom tag. If I call out to any sort of SQL handler, for lack of a better term, I include the cfsqltypes as a delimited list, so a routine would be called something like
template="
I'm looking at a CF app to upload a video file to a server and then allow
people to view it. I know some video file types automatically stream and
others don't. What is the best type for an app like this?
Thanks
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settin
1 - 100 of 161 matches
Mail list logo