[reposting cause the first one had the reply cut off]
Randy,
>
~~
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/
Uns
Randy,
:
~~
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?sideba
We need to parse an HTML page, and remove all HTML tags. Could someone
please explain how to do this in ColdFusion? There is a component in ASP
that allows this sort of thing, but we prefer to do it ColdFusion.
Any help would be greatly appreciated.
Randy Pringle & Khalifa Al-Kuwari
RasGas
Do
Remove single quotes from around the values of Numeric, currency and Time datatype
fields...
All the best.
-Nilesh Thesia
-Original Message-
From: Jay Patton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 5:05 PM
To: CF-Talk
Subject: Syntax error
Can anyone tell me wh
what exactly is this 'apparent' problem?
Alexander Sicular
Technical Director, Information Technology
The Neurological Institute of New York
Columbia Presbyterian Medical Center
212.305.1318
[EMAIL PROTECTED]
-Original Message-
From: Donovan Rittenbach [mailto:[EMAIL PROTECTED]]
Sent: W
Rick,
Thanks. I'm pretty sure as well that the query doesn't persist between
requests, but maybe I didn't state this clearly enough.
If I've got a template that does a huge amount of processing, with many
queries and other memory-intensive operations, I'd just as soon release
memory ASAP _durin
IP Address is cgi.remote_addr
Referer is cgi.http_referer
HTH,
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server
Get your free copy of iMS POST-SE Server from CoolFusion
Where did you get the timeout? If you got it when calling the page then add
a requesttimeout like:
www.somedomain.com/sendmail.cfm?requesttimeout=10
The number is the number of milliseconds.
Regards,
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
6
Since I have not read about it in any CF books nor seen anything about it on
Allaire, it is interesting to see the "http_user_agent" feature. I've been
using JavaScript to determine the browser type. The talk list's suggestion
to use is a good one and works really
well. Thanks gang.
Now my que
Mike Kear <[EMAIL PROTECTED]> wrote:
> I guess Allaire's security system falls under the heading .. "don't tell
> them where it is and no one will find it"
Well based on the email I got from Allaire it appears this is a public release
and they posted it to the servers before (well before) they s
Hi
I just sent out only 1000 emails using cfmail..
and I got a timeout error.
Should i put a timout on the query, or on the cfmail tag?
If so, what is a satisfactory amount?
I am expecting to database to grow to several thousand.
The code is
SELECT email, name, country
FROM s
Hi ...
I downloaded this tag from the Devolopers Exchange ... But iam unable to run
it as its giving an Javascript error... and
also its taking a lot of download time.,...
Could someone provide a solution Pleas or does anyone one else has a
code snippette
Thanks
Vikram
select brands.br
I guess Allaire's security system falls under the heading .. "don't tell
them where it is and no one will find it"
-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 11:05 AM
To: CF-Talk
Subject: Re: BETA 5
Lets be really blunt here. D
So we have been having a hard time getting this new box going because
of an apparent bug in CF 4.5. Anyhow, we've had two sets of patches
sent to us from Allaire and we still aren't up and running. Does
anybody have any experience with something like this? If you do,
please drop me a line.
> Whoever is forwarding my posts to allaire, STOP IT...they are
> out of office till 12 feb, do it then.
I think you're getting the autoreply messages that you often get when
posting to a mailing list; I got some myself tonight from Allaire people
after posting.
Dave Watts, CTO, Fig Leaf Softwa
This way is better..
jon
- Original Message -
From: "Maia, Eric" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 7:52 PM
Subject: RE: How to kill session variables ???
>
>
> -Original Message-
> From: Vani Kolli [mailto:[EMAIL PROT
This reminds me of a problem that I need to deal with.
Is there a size limit on a cfprocparam field? We're getting an error
when trying to insert a 36kb string through a stored procedure into a
LONG field on Oracle 8.1
The error is:
Oracle Error Code = 1460
ORA-01460: unimplemented or unreaso
Whoever is forwarding my posts to allaire, STOP IT...they are out of office
till 12 feb, do it then.
And guess what...I didn't go through the beta site, so therefore I didn't
SIGN or AGREE TO a license agreement until I open the file and install, at
which point it will ask me to agree to the lice
> When I go in thru the normal Beta.allaire.com site and click
> on "ColdFusion 5.0 Giveway" (for Windows), Norton Antivirus
> has a fit about "CFJava[1].cab... It doesn't give any details
> about what it found i.e. the virus name is "" so I don't know
> if there's something about the CAB fil
Wouldn't it be easier to use CFCACHE to mark the page as cached? CF will process the
page once and write the HTML to a cache file, from then on it will use the cached HTML
file and not reprocess the file until the cache expires.
At 01:34 PM 2/6/01 -0600, Ricq Pattay wrote:
>To avoid running tho
CFEXECUTE
At 02:35 PM 2/6/01 -0600, Paul Begovich wrote:
>We have created several scripts written for NT Server that perform various
>server side tasks. What we want to do is execute these scripts using the CF
>scheduler. Is there a way to run a server side executable through CF?
>
>- Paul
>
>
would someone from allaire fess up and let us know if the ftp site was
supposed to be password protected? if yes then the NDA guys have it - if not
the beta is public so stfu and stop bitching.
Alexander Sicular
Technical Director, Information Technology
The Neurological Institute of New York
Col
> Is there a way to do a DSNLess database connection in Cold
> Fusion, like the ASP DSNLess connection? Thanks in advance.
Currently, no.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~
Stru
> Do any of you guys know what the advantages are when using the
> cf tag instead of just executing the stored procedure
> through a sql statement? It seems easier and cleaner to me to do
> it through a sql statement, but they must have developed the tag
> for a reason. What am I missing?
CF
You've got it exactly right, Troy. One of the nice things about the
prototype EXACTLY matching the finished app is that the prototype forms the
basis for acceptance testing. We KNOW we're done when the prototype runs.
(There are obviously some things, like integration with backend systems,
that ca
Hi everyone.
I don't understand about Database Connection Pooling.
What is the meaning of Database Connection Pooling?
What is the meaning of page compilation and caching?
Thank you.
~~
Structure your ColdFusion code with Fusebox. Get the official b
William J Wheatley <[EMAIL PROTECTED]> wrote:
> Well I would have to say that I have known about there ftp site for awhile.
> And have always thought they shoudl password it.
Well if people followed the NDAs they signed there wouldn't be a need to.
Posting URLs like that is shockingly unprofess
If somebody takes that computer it is still stealing, Allaire will give you
the beta, you just have to sign up for it. It is not like it is a big deal,
you send them an email and say
"I would like to join the CF5 beta program"
They send you a username and password and your in.
At 07:28 PM 2/6
OK
The PUBLIC ftp site as to which it is located on DOES NOT require an
assigned login and IS NOT a hidden directory.
If you ftp to the site, you will see a whole lot more applications.
This ftp site is listed on many sites throughout the Internet, especially
lycos, and IS NOT a beta locati
Hear, Hear!
How would any of us feel if someone published a program we had spent
years & $ developing and were now, trying to sell for a profit?
This ain't warez!
Dick
At 7:05 PM -0500 2/6/01, Michael Dinowitz wrote:
>Lets be really blunt here. Do you have any idea what beta means? How about
I'm pretty sure that the only time the query is resident in memory is during
the initial request, unless you specify it to be cached or set to a session
variable. So I don't think that is going to get you anywhere. Although, it
might be a good idea to look into a way to make sure the odbc connecti
urls?? applicaions?? lets see your stuff.
either way most contract work no matter if its CF or any other language isn't
as glamorous as described or as you might think, but the money is good.
<[EMAIL PROTECTED]> wrote:
Just wondering if people would share with me what they know
of hourly rates
I can do telecommute contract. I live in Chicago. If you are intereseted I
will forward you my resume.
"Matthew Graham" <[EMAIL PROTECTED]> wrote:
We are a mid-sized direct mail company in the north-east suburbs of
Philadelphia, PA (Bucks County) looking for a senior Cold Fusion Developer. We
a
Do any of you guys know what the advantages are when using the cf tag
instead of just executing the stored procedure through a sql
statement? It seems easier and cleaner to me to do it through a sql
statement, but they must have developed the tag for a reason. What am I
missing?
Thanks,
Rick
With 4.5 session variables are stored as a structure. So you can use
structDelete function to delete.
Rick
-Original Message-
From: Vani Kolli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 4:43 PM
To: CF-Talk
Subject: How to kill session variables ???
Can anyone help me
UML really isn't a methodology; it's a way of describing information about
the application. Fusebox is a methodology that gives guidance on
architecture of code structure.
Hal Helms
== See ColdFusionTraining.com for info on "Best Practices with ColdFusion &
Fusebox" training ==
-Original Me
That's right. The wireframe's purpose is just to get us to the point where
we can do a prototype. Once we're into the prototype phase, the wireframe
isn't used anymore. BTW, if anyone wants the wireframe code, you can get it
at www.halhelms.com.
Hal Helms
== See ColdFusionTraining.com for info on
-Original Message-
From: Vani Kolli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 2:43 PM
To: CF-Talk
Subject: How to kill session variables ???
Can anyone help me how do i kill session varibales explicitly ??
Thanks
Vani
~~~
If any of those columns are set up as INT, then the quotes around the values
aren't necessary and will cause the query to fail.
Evan
> -Original Message-
> From: Jay Patton [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 06, 2001 5:05 PM
> To: CF-Talk
> Subject: Syntax error
>
>
While it's impossible to argue against what you've said, why wouldn't
Allaire protect it if they cared in the least?
Jim
- Original Message -
From: "Robin Elliman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 3:33 PM
Subject: RE: BETA 5
> Plea
you have your ids as text fields when inserting the values. my first
thought would be to remove them.
chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com
-Original Message-
From: Jay Patton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 5:05 P
Well I would have to say that I have known about there ftp site for awhile.
And have always thought they shoudl password it. But if its a file that you
have to logon to download
they should not make it accessable via ANON ftp.
Just bad practice on Allaires part. Coming out of a store to find your
Hi,
if RodeoID, etc. are integer fields you need to remove the single quotes
around the corresponding values.
HTH,
Chris
> -Ursprüngliche Nachricht-
> Von: Jay Patton [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 6. Februar 2001 23:05
> An: CF-Talk
> Betreff: Syntax error
>
>
>
If you have a look at the fusebox docs ther'es actually an entire section on
fuseML - the fusebox standards for using UML. I'm reasonably new to fusebox
myself, but the UML schemas adhered to by it's proponents work very nicely -
the methodology itse;f perfeclty lends itself to modelling.
HTH
To
I need to run a query to create a list via ValueList(). Afterwards I no
longer need the qeury itself. How can I get rid of it (deallocate the
memory used) and does this actuall free the memory immediately? If it
doesn't, I suppose there's no real point.
Jim
~~
take your quotes off numeric fields, ODBC treats values surounded by single
quotes as text fields.
Also if you didn't take it out for security reasons, you need a valid
datasource name.
Fred
- Original Message -
From: "Jay Patton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Se
Lets be really blunt here. Do you have any idea what beta means? How about
NDA? How about invitation only? Posting the beta location, which is a
hidden directory supplied to beta participants only, is wrong. I'm trying to
keep the list open here, but this is not right. Next I expect people to
sta
think 'time' or 'money' might be reserved words in access. if you look in
the design view of the table those column names might be in [braces]. rename
your columns.
Alexander Sicular
Technical Director, Information Technology
The Neurological Institute of New York
Columbia University
212.305.131
they aren't much on keeping their security holes patched up. Nice price
though.
Just my .02
- Original Message -
From: "Robert Long" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 3:51 PM
Subject: RE: Question on Hosting
> You might also consider
only 4.5 or 4.5.1.
there is a cfx tag 4.0 if you can run them
- Original Message -
From: "Paul Begovich" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 5:06 PM
Subject: Re: Is there a way to run a server side executable through CF?
> Is CFEXECUT
correct.
- Original Message -
From: "Jason Egan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 3:59 PM
Subject: hal's wireframe
> I've just been looking at Hal's wireframe - this is for development
correct?
> This isn't intended for use in the ac
I saw Hal's presentation at CF_South this weekend. From my understanding the
wireframes is used to create a
"wireframe" of the website/application you are creating from the notes you take during
the client meetings. Then
once you have the "wireframe" done and the client understands the flow
Is there a way to do a DSNLess database connection in Cold Fusion, like the
ASP DSNLess connection? Thanks in advance.
-Rob
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
On 2/6/01, Willy Ray penned:
>Is there any way to check to see if a Query is cached or not, before
>I call it? I have some big'uns, and I'd like to be able to handle
>the caching like this:
>
>The data you have requested is currently being reloaded from the
>main database. Please check back i
Before you "Go Get It", I'd strongly encourage you to go through the Allaire
Beta program to register for it and AT LEAST read the release notes at
http://beta.allaire.com/betadocs/coldfusion50b1/releasenotes.htm. At this
stage of the Beta, a few things are critical to note (from the release
note
correct. It is meant to define what the client wants in terms of
functionality and movement.
done in conjuction with HTML and DevNotes you have a package you can freeze
as a prototype deliverable.
Richard
-Original Message-
From: Jason Egan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Febru
Can anyone help me how do i kill session varibales explicitly ??
Thanks
Vani
~~
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@houseo
We are a mid-sized direct mail company in the north-east suburbs of Philadelphia, PA
(Bucks County) looking for a senior Cold Fusion Developer. We are building a suite of
applications to support our production environment and customer interaction. Intranet
& General web site development also pa
Just wondering if people would share with me what they know
of hourly rates for experienced Coldfusion developers...
I'd say I am qualified as expert or nearly expert with CF.
I am located in Minneapolis, Minnesota.
TIA,
Mike
~~
Structure your C
I am currently using AppletFile to upload multiple files.
http://www.infomentum.com/activefile/
If is pretty powerful, but be prepared to deal with browser issues. For
one MSIE for Mac does not support JAVA so you have redirect those users to
a page with a simple
Another is Netscape 4.6 for
Please be careful when posting links to public lists.
I'm sure that posting a link directly to a download which you're supposed to
logon to access it very much against Allaires NDA.
Robin Elliman.
> -Original Message-
> From: Charlie McCormack [mailto:[EMAIL PROTECTED]]
> Sent: 06 Febru
On 2/6/01, Robert Long penned:
>Is it possible for a template to tell what type of database is
>is hitting. ie, I want to write a template that will be able to
>tell if it is hitting an Oracle or SQL database and know what
>query to use.
I'm sure someone has a better way. But you could always run
Can anyone tell me what is wrong with this insert statement?
Ive been looking at this for about an hour now and cant figure it out
I get the following error:
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Sy
Apparently the Oreilly book is very good as well.
This makes me wonder. Does FuseBox methodology and UML compliment each
other or compete?
Dave Adams
CFUG Ottawa
- Original Message -
From: Simon Horwith <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001
We are running some tests over here, trying to get AOL to cache *anything*
of ours. We can't do it. Once the client-side caching in the browser is
disabled, every request made through AOL comes to our servers. Whether it's
cfm pages with no-cache headers, .cfm pages w/o no-cache headers, images,
When I go in thru the normal Beta.allaire.com site and click on "ColdFusion
5.0 Giveway" (for Windows), Norton Antivirus has a fit about
"CFJava[1].cab... It doesn't give any details about what it found i.e. the
virus name is "" so I don't know if there's something about the CAB file or
what...
-
I'm using FuseAds for a locally hosted site. Now an external site has asked
me if they could run ads on their site (basically a perl based bulletin
board site) that are drawn from our advertising database.
I know that ads.doubleclick.net and such just stick in a piece of javascript
in the page co
Hi,
Anyone aware either a website or application (CF hopefully) that helps
managers send/receive and track numerous faxes.
Thanks,
Rick
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo
Does anyone know if it's possible to nest stored procedures inside a
transaction and have that transaction affect all of the nested stored
procedures? For example, I have this stored procedure ...
CREATE PROCEDURE sp_InsertCD
@strCDTitle varchar(50),
@strBand varchar(50),
If you havent figured out how to do it yet, send me an email and i'll send
you some code.
Emmet McGovern
sytems blah bla..senio...blah
Bytesize Inc.
-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 10:10 PM
To: CF-Talk
Subject: Re: OT: dy
Try
http://www.fusebox.org/fuseml/
and/or get a book by Jim Conallen called "Building Web Applications with
UML."
Ken
- Original Message -
From: "Peter Theobald" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 2:35 PM
Subject: UML information recomm
Is CFEXECUTE supported under CF 4.0 or only CF 4.5?
- Paul
> CFEXECUTE will do this, though you may want to use the NT AT Scheduler or
> SQL Server's task scheduler to do this instead.
>
> ~Simon
~~
Structure your ColdFusion code with Fusebox.
Paul,
This very thing has ham-strung my development more than any other limitation
of HTML. The simplest way to do this is to have the user zip the files like
Aaron suggests.
Another solution is to offer several upload boxes to the user. On our site,
we will offer 5 by default. This is contro
I've just been looking at Hal's wireframe - this is for development correct?
This isn't intended for use in the actual application right?
je
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/b
At 12:09 PM 2/6/2001 -0600, you wrote:
>Either it was a flash movie that they had just set to 100% or you have
>found a miracle script out there some where that adds image data on the
>fly (something that is virtually impossible)
>
>My money is on the flash movie
>
>
>
> >Actually, the script I'
You might also consider http://www.copious-infosys.com .
Small operation, but I have had good luck with them.
Unlimited bandwidth, email messages and storage for $25/month.
http://www.copious-infosys.com/webhostingplan.cfm
Just my .02
-Original Message-
From: Alan H Koenig [mailto:[EMAIL
ftp://ftp2.allaire.com/pub/beta/cfserver50b1.exe
Go get 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/
Unsu
> Hello all! Currently I'm using CFHTTP to call a header
> externally. However if the page that I'm calling returns a 404
> (or some other error) how can I determine this? Or is everyone
> going to tell me to use CFX_HTTP? Granted that this is an
> external clients server, I'm hoping I don't h
I believe 4.51+ has more ability to read headers of CFHTTP.. Lets see...
Ah, not sure what version this showed up in, but the help for CFHTTP in
studio says:
CFHTTP.ResponseHeader(http_hd_key) - so this looks like a struct of the
headers
CFHTTP.Header - the raw header text
CFHTTP.StatusCode - th
lol.
thats exactly what we talked about on the cf-extensions list for Ultra Dev.
using Ben's CFX_zip tag.
it's a small world af
any other ideas?
thanks
-paul
Web Developer, NBBJ
Work: [EMAIL PROTECTED]
614 241-3534
fax:614 485-5534
Home: [EMAIL PROTECTED]
Gregory
Just parse CFHTTP.FileContent for 404...
HTH
Dick
At 11:45 AM -0800 2/6/01, Gregory Harris wrote:
>Hello all! Currently I'm using CFHTTP to call a header externally.
>However if the page that I'm calling returns a 404 (or some other
>error) how can I determine this? Or is everyone
Yes, CFEXECUTE.
Steve
-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 3:35 PM
To: CF-Talk
Subject: Is there a way to run a server side executable through CF?
We have created several scripts written for NT Server that perform various
se
Go download the CFX_ShellExec tag at the Allaire site. It allows you to execute
serverside EXE's and to pass parameters to it. Just create a CFM file with that code
in it and then schedule the CFM file through Scheduler.
J.J. Merrick
Sage Global Technologies
Nashville, TN
-- Original M
Is it possible for a template to tell what type of database is
is hitting. ie, I want to write a template that will be able to
tell if it is hitting an Oracle or SQL database and know what
query to use.
Thanks in advance.
~~
Structure your ColdFus
Is there a quick way I can export my IIS and CF settings so that I can
import them into another server?
TIA
~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.ma
> i can do the standard cffile thing.
> create as many file fileds in your form then on to cffile.
>
> but what can i do if i want a cleaner interface.
> say 1 file or 30?
> how can i alow the user to upload as many files as they want with
> out having
> a ton's of Browse/ File Fields?
>
> a clean
CFEXECUTE for newer versions of CF,
and I think there's a couple of CFX tags in the taggallery for earlier
platforms.
Paul Begovich wrote:
>
> We have created several scripts written for NT Server that perform various
> server side tasks. What we want to do is execute these scripts using the C
Are these scripts command line executables? You could use the
cfx_consolecommand custom tag.
Lon Lentz
Applications Developer & CyberEntomologist - Alvion Technologies
DataWarehousing and List Sales - Market Your Lists on the Net!
[EMAIL PROTECTED]
941-574-8600 Ext. 210
-Original Message-
I think the WROX Press UML Book is excellent.
~Simon
> Simon Horwith
> Allaire Certified ColdFusion Instructor
> Certified ColdFusion Developer
> Fig Leaf Software
> 1400 16th St NW, # 220
> Washington DC 20036
> 202.797.6570 (direct line)
> www.figleaf.com
>
-Original Message-
From:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Greg,
I'm not to sure what you're trying to do but I'll take a wack at it.
It sounds like you're getting an error when you do a CFHTTP and the
server in question returns a 404. Can you just check the contents of
the cfhttp.filecontent variable to
Take a look at CFEXECUTE. It does just this.
Evan
> -Original Message-
> From: Paul Begovich [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 06, 2001 3:35 PM
> To: CF-Talk
> Subject: Is there a way to run a server side executable through CF?
>
>
> We have created several scripts wr
this is as clever as I've needed:
"Lon Lentz" <[EMAIL PROTECTED]> on 02/06/2001 02:19:56 PM
Please respond to [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
cc:
Subject: RE: Detecting a mac
I use:
I'm interested to see if someone has anything clever.
Lon Lentz
Applica
you could use to execute a server-side executable.
-chris.alvarado
[developer] - VerticalNet
-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 2:35 PM
To: CF-Talk
Subject: Is there a way to run a server side executable through CF?
We
CFEXECUTE will do this, though you may want to use the NT AT Scheduler or
SQL Server's task scheduler to do this instead.
~Simon
> Simon Horwith
> Allaire Certified ColdFusion Instructor
> Certified ColdFusion Developer
> Fig Leaf Software
> 1400 16th St NW, # 220
> Washington DC 20036
> 202.797
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Paul,
As far as I know, it's only possible to upload one file per
browse/File field... however, you could have the user zip up x number
of files, upload the zip file and then unzip the .zip serverside,
creating x number of pictures... ?
Aaron J
Our seat management co. is about to install WebAgain on our production
servers. I found a couple messages in the archive from people using it. But
are there any potential problems with CF or Spectra that anyone has run in
to?
Duncan Hays
Peace Corps
~
Hello all! Currently I'm using CFHTTP to call a header externally. However if the
page that I'm calling returns a 404 (or some other error) how can I determine this?
Or is everyone going to tell me to use CFX_HTTP? Granted that this is an external
clients server, I'm hoping I don't have to
Can anyone recommend a good source of information for advanced programmers who are new
to UML?
Especially if it relates to web development.
---
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstream
ok.
i can do the standard cffile thing.
create as many file fileds in your form then on to cffile.
but what can i do if i want a cleaner interface.
say 1 file or 30?
how can i alow the user to upload as many files as they want with out having
a ton's of Browse/ File Fields?
a cleaner solution mu
To avoid running those pesky 7500 queries, I'm investigating creating a
static page that refreshes once a day. My user seems sorta ok with this
approach. This is my first attempt with scheduling a CF event.
So why when I set up a scheduled event in the CF Adminstrator do I always
get a "connectio
1 - 100 of 207 matches
Mail list logo