Re: cfcontent question

2009-07-28 Thread Alan Rother
The first question I would ask is "Why do they want the images stored in a non-web-accessible location" If the answer is something lame like, they don't want users to be able to download them, then you can get around this whole issue as you can tell them that there is no way to totally prevent a u

cfcontent question

2009-07-28 Thread Susan Kelly
I have been asked to make a change to a blog like feature. Specifically, they want to allow users to upload a single image per blog post but the images are to be stored in a non-web accessible location. When viewing blog posts, the images are supposed to appear within the text of the blog p

RE: CFContent question ...

2005-08-31 Thread S . Isaac Dealey
that, at least I won't waste any more time > looking :-) > -Original Message- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent: 31 August 2005 17:29 > To: CF-Talk > Subject: Re: CFContent question ... >> After I have created a document using cfdocumen

RE: CFContent question ...

2005-08-31 Thread Andy McShane
Thanks for that, at least I won't waste any more time looking :-) -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: 31 August 2005 17:29 To: CF-Talk Subject: Re: CFContent question ... > After I have created a document using cfdocument I am > using th

Re: CFContent question ...

2005-08-31 Thread S . Isaac Dealey
> After I have created a document using cfdocument I am > using the following code to open the pdf, > > file="#expandpath('MyFilePath')# deletefile="yes" > reset="no"> > This shows a dialogue box to the user giving the option of > either saving the document, opening it or cancvel. What I > wan

CFContent question ...

2005-08-31 Thread Andy Mcshane
After I have created a document using cfdocument I am using the following code to open the pdf, This shows a dialogue box to the user giving the option of either saving the document, opening it or cancvel. What I want to be able to do is remove the option to open it (I think I set the type

RE: Any Possible Bugs in CFMX - ? (Was - CFHEADER & CFCONTENT question)

2004-04-01 Thread Barney Boisvert
m: Joe Eugene [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 12:49 PM > To: CF-Talk > Subject: Re: Any Possible Bugs in CFMX - ? (Was - > CFHEADER & CFCONTENT question) > > Barney, > > Are your programs using the below kinda ro

Re: Any Possible Bugs in CFMX - ? (Was - CFHEADER & CFCONTENT question)

2004-04-01 Thread Joe Eugene
--   From: Barney Boisvert   To: CF-Talk   Sent: Thursday, April 01, 2004 12:53 PM   Subject: RE: Any Possible Bugs in CFMX - ? (Was - CFHEADER & CFCONTENT question)   I've never had issues and I've served files up to a few meg, both reading   from the filesystem and dynamical

RE: Any Possible Bugs in CFMX - ? (Was - CFHEADER & CFCONTENT question)

2004-04-01 Thread Barney Boisvert
CF-Talk > Subject: Re: Any Possible Bugs in CFMX - ? (Was - > CFHEADER & CFCONTENT question) > > Anybody? >   - Original Message - >   From: Joe Eugene >   To: CF-Talk >   Sent: Wednesday, March 31, 2004 4:43 PM >   Subject: RE: Any Possible Bugs

Re: Any Possible Bugs in CFMX - ? (Was - CFHEADER & CFCONTENT question)

2004-04-01 Thread Joe Eugene
Anybody?   - Original Message -   From: Joe Eugene   To: CF-Talk   Sent: Wednesday, March 31, 2004 4:43 PM   Subject: RE: Any Possible Bugs in CFMX - ? (Was - CFHEADER & CFCONTENT question)   Is there a BUG using in CFMX?   It throws all kinda Errors on Log Files when downloa

RE: Any Possible Bugs in CFMX - ? (Was - CFHEADER & CFCONTENT question)

2004-03-31 Thread Joe Eugene
: CF-Talk   Subject: CFHEADER & CFCONTENT question   Hi,   I have a intranet application where I am allowing people to download access   database. Following is the code I am using         FILE="#application.filehttppathstring##location#" DELETEFILE="No">   My problem

Re: CFHEADER & CFCONTENT question

2004-03-31 Thread Ray Champagne
What does the variable #filename# and #application.filehttppathstring# resolve to? I don't really want the real thing if security is an issue, just a dummy example. Ray http://www.crystalvision.org At 01:19 PM 3/31/2004, Ketan Patel wrote: >Hi, >I have a intranet application where I am allowin

CFHEADER & CFCONTENT question

2004-03-31 Thread Ketan Patel
Hi, I have a intranet application where I am allowing people to download access database. Following is the code I am using FILE="#application.filehttppathstring##location#" DELETEFILE="No"> My problem is when I want to save the file it gives me 2 options Save as HTML Document or All files. I do

Re:CFFILE/CFCONTENT question.. Please help

2004-01-27 Thread cf coder
Thank you Pascal and Michael for your help. I've got it working now. - cfcoder [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFFILE/CFCONTENT question.. Please help

2004-01-27 Thread Pascal Peters
This works for me deletefile="Yes"> Pascal > -Original Message- > From: cf coder [mailto:[EMAIL PROTECTED] > Sent: dinsdag 27 januari 2004 12:27 > To: CF-Talk > Subject: CFFILE/CFCONTENT question.. Please help > > Hello Everybody, > > I hav

RE: CFFILE/CFCONTENT question.. Please help

2004-01-27 Thread Tangorre, Michael
cfcoder ( I own that domain name :-)  ), Try this... Notice the type attribute in the cfcontent tag... HTH, Mike -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 6:27 AM To: CF-Talk Subject: CFFILE/CFCONTENT question.. Please

CFFILE/CFCONTENT question.. Please help

2004-01-27 Thread cf coder
Hello Everybody, I have this form with a a drop-down box and a submit button. The drop down box displays a list of departments and has a onChange event, that calls a _javascript_ function that reloads the page. ColdFusion reads the querystring, passes it in a cfquery select statement and displays

RE: cfcontent question

2003-11-17 Thread Paul Vernon
Place the following line before your CFCONTENT tag and replace therealfilename with the name of your file... All will be well. value="attachment;filename=therealfilename"> Yours Paul Vernon http://www.web-architect.co.uk t: +44 (0)844 779 9797 m: +44 (0)7887 952591 f: +44 (0)844 779 9797 e:

cfcontent question

2003-11-17 Thread Jeff Fongemie
Hey everyone, With CFCONTENT, my downloads are getting renamed? I've got a form submit (for a EULA) that goes to a page that uses CFCONTENT. 1. The user chooses the file from a list of links (filename is passed to the next page) 2. This page is the EULA form that has a hidden field for the file

RE: CFContent question....

2001-01-19 Thread Won Lee
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 9:44 AM To: CF-Talk Subject: CFContent question I have searched the archive but can not seem to find the answer to this exact question... Did NT 4.0 SP 6a fix the problem with CFCONTENT? I

RE: CFContent question....

2001-01-11 Thread Dave Watts
> Did NT 4.0 SP 6a fix the problem with CFCONTENT? I know 6 > broke it... but did 6a actually FIX it? No. The "problem" with SP6+ and CFCONTENT is that, on pre-SP 6 IIS servers, you could use a "fake" URL to tell the browser the file name of the downloaded file. Here's an example of this: http

RE: CFContent question....

2001-01-11 Thread Zachary Bedell
e URLs are bad. Best regards, Zac Bedell > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 11, 2001 9:44 AM > To: CF-Talk > Subject: CFContent question > > > > I have searched the archive but can not s

CFContent question....

2001-01-11 Thread Vance_Duke
I have searched the archive but can not seem to find the answer to this exact question... Did NT 4.0 SP 6a fix the problem with CFCONTENT? I know 6 broke it... but did 6a actually FIX it? Thanks. Vance Duke Cold Fusion Application Developer i2 Technologies (469) 357-4729 ~~

Re: CFContent question

2000-10-09 Thread Kathy Bergman
I'm not using any MIME type that I know of. Should this be a part of the CFContent tag? >Since the .xls is opening client-side, Excel has to reside on the client (Excel on >the server is only applicable when you're creating .xls >files on the fly, using the >Excel com object). What MIME type

Re: CFContent question

2000-10-06 Thread Billy Cravens
Since the .xls is opening client-side, Excel has to reside on the client (Excel on the server is only applicable when you're creating .xls files on the fly, using the Excel com object). What MIME type are you using with CFContent? -- Billy Cravens [EMAIL PROTECTED] Kathy Bergman wrote: > >

CFContent question

2000-10-06 Thread Kathy Bergman
I'm opening an existing Excel file using CFCONTENT. This works fine from the wwwroot on my hard drive. But, when I post the page on the company server, and view it, the web page loads but Excel does not execute. (I put the excel file in the same folder) I now wonder if Exel.exe has to reside

RE: CFContent question

2000-06-29 Thread Robyn Follen
right now just application/msword -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 6:33 PM To: [EMAIL PROTECTED] Subject: Re: CFContent question Depends alot on the mime-type. What are you using? -- Billy Cravens [EMAIL PROTECTED

Re: CFContent question

2000-06-28 Thread Billy Cravens
Depends alot on the mime-type. What are you using? -- Billy Cravens [EMAIL PROTECTED] Robyn Follen wrote: > Hi gang, > > When I use CFContent in IE, it opens my file (MSWord or otherwise) in my > browser. That is, it still _is_ MSWord, but it's within my IE5. In > Netscape, on the other hand

RE: CFContent question

2000-06-28 Thread mherbene
This is a client configuration issue; I don't think you can do anything about it with CF code. -Original Message- From: Robyn Follen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 10:35 AM To: '[EMAIL PROTECTED]' Subject: CFContent question Hi gang, When I u

CFContent question

2000-06-28 Thread Robyn Follen
Hi gang, When I use CFContent in IE, it opens my file (MSWord or otherwise) in my browser. That is, it still _is_ MSWord, but it's within my IE5. In Netscape, on the other hand, the same call to CFContent opens the actual application on my computer instead of in the browser. Is there a way to