Re: Verity Collections

2008-11-25 Thread Azadi Saryev
iirc, there is only a max number of items all your collections can index before you have to purchase a separate verity license. i think it is something like 250,000 items combined between all your collections under one CF license... Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Phi Dinh

Re: DOS is ugly

2008-11-25 Thread Don L
> > Dress makes a lady? True or false is another question. Say true > for now. A crazy question > > is, could one create/have some sort of GUI as wrapper for DOS > command prompt? In other > > words, {aGUI}.exe would produce the following: > > > execution)/> > > > > First, this strikes me

Re: DOS is ugly

2008-11-25 Thread Don L
>>> A crazy question is, could one create/have some sort of >>> GUI as wrapper for DOS command prompt? >> >> First, this strikes me as a bit OT. >> >> Second, what is there to present? What kind of presentation can you >> provide for a box in which to type and read? > >Well there's a help comman

Re: DOS is ugly

2008-11-25 Thread s. isaac dealey
> I think they did this already (a GUI for DOS) - it was called Windows > :D heh... Yeah, but they didn't include GUIs for COMP and FOR - I can't work without those. ;) -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 781.769.0723 http://onTap.riaforge.org/blog ~~

Re: Encryption Recommendation

2008-11-25 Thread James Holmes
Exactly. If you want URL parameters to be encrypted in transmission, use SSL. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2008/11/26 Dave Watts: > Tom's question is really on point here. If you're providing it in the > URL, and presumably passing it back to the

Re: DOS is ugly

2008-11-25 Thread James Holmes
I think they did this already (a GUI for DOS) - it was called Windows :D mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2008/11/26 s. isaac dealey <[EMAIL PROTECTED]>: >>> A crazy question is, could one create/have some sort of >>> GUI as wrapper for DOS command

Re: cfdirectory directory to a another server

2008-11-25 Thread Dave Watts
> That was my conclusion as well - only way it can work is if a domain is > involved. It is possible, however, to use credentials that aren't valid locally to connect to a remote server: net use * \\server\share password /user:username Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: DOS is ugly

2008-11-25 Thread s. isaac dealey
>> A crazy question is, could one create/have some sort of >> GUI as wrapper for DOS command prompt? > > First, this strikes me as a bit OT. > > Second, what is there to present? What kind of presentation can you > provide for a box in which to type and read? Well there's a help command in dos

Re: Encryption Recommendation

2008-11-25 Thread Dave Watts
>> Client uses ASP, wants to send user info via url encrytped string, which >> needs to be decrypted, preferably by CF. We have been wading in the shallow >> end of TripleDes without success. > > rot13 is much easier to get right. > TripleDes seems overkill for something so non-sensitive it's in th

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
On Tue, Nov 25, 2008 at 3:37 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > > That was a type on my part, but just to be sure I tried it again. The > "Name > > not found" dialog states "The following object is not from a domain > listed > > in the select location dialog box, and is therefore not vali

Re: Encryption Recommendation

2008-11-25 Thread Mike Chabot
AES is considered more modern than other types of encryption. Blowfish is both fast and secure. Not all browsers allow for very long URL strings. If your encrypted and encoded string is more than 255 characters you might want to do some browser testing. -Mike Chabot On Tue, Nov 25, 2008 at 11:12

Re: PDF Compression Tag/SW

2008-11-25 Thread Maya T
Try to set "Document Properites" - "Fast Web View" to Yes. It should decrease file size. >Hi list, >we have a coldfusion application >producing .pdf-files with the cffile-tag. >Our problem right now is, that each file >is 500-600 KByte (app. 2000 pdf-files). >The customer complained that the

Re: cfajax broken in CF 8.0.1?

2008-11-25 Thread Mike Chabot
If you create a sample test page that has nothing but a single AJAX feature on it, like a cfwindow tag, does that single test page work? On a complex page remember that a single JavaScript error can break all the JavaScript on the page. Is the CFIDE folder in a standard location that the updater co

Re: Verity Collections

2008-11-25 Thread Dave Watts
> This might be a dumb question, but does anyone know if there is a > theoretical number of maximum verity collections I can have on CF8 > Enterprise? Or is it just a matter of disk space? I'm not aware of any maximum number of collections in Verity. Dave Watts, CTO, Fig Leaf Software http://www.

Re: Third-party web services and soap

2008-11-25 Thread Dave Watts
> Okay so you obviously were correct that I can instantiate locally. > > > >KinteraWS = createObject("webservice", "URL to KinteraConnect.wsdl"); > >LoginRequest = > createObject("java","com.kintera.schema.API.LoginRequest"); > >LoginRequest.setLoginName("foo"); >L

Re: DOS is ugly

2008-11-25 Thread Dave Watts
> Dress makes a lady? True or false is another question. Say true for now. A > crazy question > is, could one create/have some sort of GUI as wrapper for DOS command prompt? > In other > words, {aGUI}.exe would produce the following: > > First, this strikes me as a bit OT. Second, what is

DOS is ugly

2008-11-25 Thread Don L
Dress makes a lady? True or false is another question. Say true for now. A crazy question is, could one create/have some sort of GUI as wrapper for DOS command prompt? In other words, {aGUI}.exe would produce the following: Thanks. Don Chunshen Li ~~

Re: PDF Compression Tag/SW

2008-11-25 Thread Bastian Schmid
Hello Peter, the problem seems to be the adding of a watermark. the customer wants to have a watermark on every pdf-file. The size of this watermark (pdf-file) is about 60KB. But when I add this watermark to a blank pdf-file (about 10KB) using the cfpdf-tag the result is a watermarked pdf with

Re: Making a Recently Viewed list

2008-11-25 Thread Peter Boughton
Reverse will reverse the whole string, not order of the list. Do something like this: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.

Re: cfgrid is slow

2008-11-25 Thread Cari Davies
> I am experimenting with binding a cfc to a HTML cfgrid tag in CF8. > > It is only returning 13 records and it takes like 10seconds for the > grid to display. > > The CFC is not complicated so I don't think it is the CFC that is slow. > I think it is the CFGrid tag that is slow. > > Anyway t

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
Well, I tried changing to UTF in the JVM settings using -Dfile.encoding=UTF-8. It now shows it using UTF in the summary. But alas, no dice. Anyone have any other thoughts? Thanks Dave for setting me straight on the wsdl issue. Silly of me to not have realized that. --Jeff -Original Me

Making a Recently Viewed list

2008-11-25 Thread K Simanonok
I am trying to build a 'Recently Viewed' feature for an ecommerce site to display thumbnail images and product names with links on them in the reverse order that customers click on them; in other words, the product they last viewed should appear at the top of the list. I am having problems usin

Re: cfgrid is slow

2008-11-25 Thread Cari Davies
> I am experimenting with binding a cfc to a HTML cfgrid tag in CF8. > > It is only returning 13 records and it takes like 10seconds for the > grid to display. > > The CFC is not complicated so I don't think it is the CFC that is slow. > I think it is the CFGrid tag that is slow. > > Anyway t

Re: Size of session data

2008-11-25 Thread Wil Genovese
Since you demanded ;-) It's on my pathetic little blog http://www.trunkful.com . As it notes at the top "I am not a designer!" Wil Genovese On Mon, Nov 24, 2008 at 10:12 PM, s. isaac dealey <[EMAIL PROTECTED]> wrote: > > You can use java 1.5 (and up) features to run the java sizeOf() > > pack

Re: cfajax broken in CF 8.0.1?

2008-11-25 Thread Chris Hampton
Mike, Thanks for the response. However, the only thing I can find in the release notes about Ajax is an update to the FCKEditor, addition of ColdFusion.Window.destroy and a change to ColdFusion.Window.create. Is there something in the docs that I am missing? >Ajax functionality was updated in

Re: PDF Compression Tag/SW

2008-11-25 Thread Peter Boughton
Do the PDFs contain any images? If so, can the filesizes of these be reduced? (Or, if there are non-essential images, they could be removed entirely.) ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic releas

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
So I've been trying to figure this one out. I've come across a lot of talk about BOM (byte order marks) causing this issue. Anyone come across this? I obviously am not writing anything that has to do with how the data is passed. Even if I knew where I could interrupt the process before the d

Re: single quote issue

2008-11-25 Thread Wil Genovese
Are you using cfqueryparam? If not you should be and this will go away. Wil Genovese On Tue, Nov 25, 2008 at 4:11 PM, Brian Dumbledore <[EMAIL PROTECTED]>wrote: > I know this is age old, but couldn't find a solution for my case. > > Ihave a text area where user inputs 20 single quotes. I post

Verity Collections

2008-11-25 Thread Phi Dinh
This might be a dumb question, but does anyone know if there is a theoretical number of maximum verity collections I can have on CF8 Enterprise? Or is it just a matter of disk space? Thanks! ~| Adobe® ColdFusion® 8 software

Re: single quote issue

2008-11-25 Thread Charlie Griefer
On Tue, Nov 25, 2008 at 2:11 PM, Brian Dumbledore <[EMAIL PROTECTED]>wrote: > I know this is age old, but couldn't find a solution for my case. > > Ihave a text area where user inputs 20 single quotes. I post the form and > save the data to a field in mssql db. > '#form.txtfld#' > I see only 10 si

single quote issue

2008-11-25 Thread Brian Dumbledore
I know this is age old, but couldn't find a solution for my case. Ihave a text area where user inputs 20 single quotes. I post the form and save the data to a field in mssql db. '#form.txtfld#' I see only 10 single quotes in the db. what is the workaround ~~

PDF Compression Tag/SW

2008-11-25 Thread cf-talk
Hi list, we have a coldfusion application producing .pdf-files with the cffile-tag. Our problem right now is, that each file is 500-600 KByte (app. 2000 pdf-files). The customer complained that the file size is too large for sending those files to customers. Is there any coldfusion-tag or other CF/

Re: Parse text into structure.

2008-11-25 Thread Jason Fisher
Ah, gotcha :-) >I got that. The part I was missing was, "variable[x] and variable["#x#"] >are the same." > >On Tue, Nov 25, 2008 at 2:53 PM, Jas > >> ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic releas

Re: cfajax broken in CF 8.0.1?

2008-11-25 Thread Mike Chabot
Ajax functionality was updated in the 8.0.1 release. The release notes have the details. -Mike Chabot On Tue, Nov 25, 2008 at 12:17 PM, Chris Hampton <[EMAIL PROTECTED]> wrote: > I recently updated our servers to CF 8.0.1 and now none of my AJAX code > works. I checked the XHR response in Firebu

Re: Parse text into structure.

2008-11-25 Thread John M Bliss
I got that. The part I was missing was, "variable[x] and variable["#x#"] are the same." On Tue, Nov 25, 2008 at 2:53 PM, Jason Fisher <[EMAIL PROTECTED]> wrote: > myVariable[1] may be referring to a numbered element in an array (which > have to be integers): > > > > > #myVariable[1]# would =

Re: Parse text into structure.

2008-11-25 Thread Jason Fisher
myVariable[1] may be referring to a numbered element in an array (which have to be integers): #myVariable[1]# would = my first value whereas myVariable["one"] may be referring to a named element of a structure (which can be any string): #myVariable["one"]# would = my first value

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
Okay so you obviously were correct that I can instantiate locally. KinteraWS = createObject("webservice", "URL to KinteraConnect.wsdl"); LoginRequest = createObject("java","com.kintera.schema.API.LoginRequest"); LoginRequest.setLoginName("foo"); LoginRequest.se

Re: cfdirectory directory to a another server

2008-11-25 Thread Dave Watts
> That was a type on my part, but just to be sure I tried it again. The "Name > not found" dialog states "The following object is not from a domain listed > in the select location dialog box, and is therefore not valid." I'm pretty sure you can't refer to local accounts on one machine from another

Re: Parse text into structure.

2008-11-25 Thread John M Bliss
Sweet. Thanks. Like the game Othello, CFML is "a moment to learn...a lifetime to master." :-) On Tue, Nov 25, 2008 at 2:07 PM, Peter Boughton <[EMAIL PROTECTED]> wrote: > Well variable["one"] is different to variable["#one#"] > > You still need quotes if you are referring to the name of a key

Re: Parse text into structure.

2008-11-25 Thread Peter Boughton
Well variable["one"] is different to variable["#one#"] You still need quotes if you are referring to the name of a key directly, rather than using a variable to indirectly reference it. variable["one"] is 1 variable[one] is variable["elephant"] is 3 variable["#one#"] is variable["elephant"]

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
On Tue, Nov 25, 2008 at 10:47 AM, Dawson, Michael <[EMAIL PROTECTED]>wrote: > Try using server\CFService (Use the other slash) > > Mike > That was a type on my part, but just to be sure I tried it again. The "Name not found" dialog states "The following object is not from a domain listed in the

Re: xml data referencing

2008-11-25 Thread daniel kessler
> Your intuition was correct, you can indeed use > "/entry[index]/category" - except that index would want to be a > numerical value; ie. > > ah alright - thanks. > XML and XPath are wonderful beasts. While it may not help you in > terms > of your deadline; I'd highly recommend getting a copy

Re: xml data referencing

2008-11-25 Thread Dominic Watson
Your intuition was correct, you can indeed use "/entry[index]/category" - except that index would want to be a numerical value; ie. http://www.blogger.com/feeds/1550840680584738668/posts/default?published-min=2008-11-11T00:00:00&published-max=2008-11-25T23:59:59')>

cfchart and item label not showing

2008-11-25 Thread Tom Jones
Hello, I have a bar chart and i'm having an issue where the item/label on the x-axis does not always show. Is it possible for me to force it/them to show? thanks, tom ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Parse text into structure.

2008-11-25 Thread John M Bliss
Nice. Why did I think that CFML used: variable[1] but required quotes here: variable["one"] Was that *ever* the case? On Tue, Nov 25, 2008 at 1:05 PM, Peter Boughton <[EMAIL PROTECTED]> wrote: > >How would some of you take this text file and parse it into a structure? > > I might do

Re: xml data referencing

2008-11-25 Thread daniel kessler
I thought I was gonna have it off of that, but after mucking with it for quite awhile, I still don't have it working. In your example, coming off of my batch of data, there's only one entry. In my case, I have several entries and I'm already rooting through each one. I don't know how to set

Re: Parse text into structure.

2008-11-25 Thread Peter Boughton
>How would some of you take this text file and parse it into a structure? I might do something like the code below. Specific points in comparison to other response: - Uses cfsavecontent not a multi-line cfset - Strips off unwanted stuff before looping, instead of cfif inside loop. - Does Position

Re: Read an uploaded file.

2008-11-25 Thread Ian Skinner
Rob Parkhill wrote: > But I thought that in the upload process the CF Server made a temp copy of > the file. Can you use that to read the data from? That is an interesting thought, I believe it is the web server that creates the temp file, but maybe I can just go to that source... hmmm. Off to

Read an uploaded file.

2008-11-25 Thread Ian Skinner
Here is a new one for me. I'm in the middle of creating a simple tool that is going to take a data file and display a grid of the data for users to review. So I have a basic form for the user to select a local data file they would like to review. What occurred to me is I have no need to stor

Re: Read an uploaded file.

2008-11-25 Thread Rob Parkhill
But I thought that in the upload process the CF Server made a temp copy of the file. Can you use that to read the data from? I know that I have to explicitly tell the form results page that I want to put the uploaded file in a specific place with a specific name when I upload files. I thought if

Re: Read an uploaded file.

2008-11-25 Thread Jordan Michaels
I've done this with a CSV file in the past. I used CFFILE in conjunction with CFFTP to upload the file and move it to a web-accessible location. Then, I read the CSV file using CFHTTP as a query. For my purposes, I had to do some pre-processing on the CSV file to ensure that CFHTTP would read it pr

cfajax broken in CF 8.0.1?

2008-11-25 Thread Chris Hampton
I recently updated our servers to CF 8.0.1 and now none of my AJAX code works. I checked the XHR response in Firebug and instead of returning the requested data, it returns the HTML code for my site's home page. All of this was working before the update and I have not changed any code. Has any

RE: Third-party web services and soap

2008-11-25 Thread Jeff Langevin
Sorry for my ignorance on this. I've written my own web services in CF and consumed in CF before. But the complexity of their API is new to me. I didn't realize you could host it locally and still make the proper calls like that. Totally makes sense. Let me play with it and see if I can get

Re: Third-party web services and soap

2008-11-25 Thread Dave Watts
> I'm pounding my head against using soap requests with Kintera Sphere API. > The problem > I have is that while I have a local copy of their wsdl file, there is no URL > that I can call to > instantiate a web service. I need to be able to make soap requests and more > specifically > set soap

Re: Prevent direct access to XML data file?

2008-11-25 Thread Dave Watts
> There's a list on their site. One of them claims to rewrite all the links on > your site to have unique time bomb'ed URIs... Yeah, that sounds like a great idea. No, wait, it doesn't. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vend

Re: xml data referencing

2008-11-25 Thread Judah McAuley
On Tue, Nov 25, 2008 at 6:31 AM, daniel kessler <[EMAIL PROTECTED]> wrote: >>Hi Daniel, >> >>Yes you'll need to loop through and append them to a string if you are >>trying to save them to one query record. What does the entire xml file look, >>I assume that previous piece of code is just one of th

Re: Encryption Recommendation

2008-11-25 Thread Tom Chiverton
On Tuesday 25 Nov 2008, Randy Messer wrote: > Client uses ASP, wants to send user info via url encrytped string, which > needs to be decrypted, preferably by CF. We have been wading in the shallow > end of TripleDes without success. rot13 is much easier to get right. TripleDes seems overkill for s

Third-party web services and soap

2008-11-25 Thread Jeff Langevin
I'm pounding my head against using soap requests with Kintera Sphere API. The problem I have is that while I have a local copy of their wsdl file, there is no URL that I can call to instantiate a web service. I need to be able to make soap requests and more specifically set soap headers. I've

Re: Prevent direct access to XML data file?

2008-11-25 Thread Tom Chiverton
On Tuesday 25 Nov 2008, Dave Watts wrote: > > I've looked at securing it using http_referrer but was looking for a > > solution that was a bit more robust. > I'm pretty sure that's all the Helicon solution looks at. There isn't There's a list on their site. One of them claims to rewrite all the li

Re: Parse text into structure.

2008-11-25 Thread John M Bliss
Fun! On Tue, Nov 25, 2008 at 9:25 AM, Ian Skinner <[EMAIL PROTECTED]> wrote: > How would some of you take this text file and parse it into a structure? > > I would like to take this

RE: cfdirectory directory to a another server

2008-11-25 Thread Dawson, Michael
Try using server\CFService (Use the other slash) Mike -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 9:04 AM To: cf-talk Subject: Re: cfdirectory directory to a another server > > In my example, it may be referred to as: \\server1\CFSer

Re: Prevent direct access to XML data file?

2008-11-25 Thread Dave Watts
> I don't mean to sound paranoid but there are a few competing websites in our > area of expertise that would like to "download" the XML datafile to import > into their own database Unless you require authentication, there isn't much you can do to stop them. If I visit your website, and your AJAX

Parse text into structure.

2008-11-25 Thread Ian Skinner
How would some of you take this text file and parse it into a structure? I would like to take this text: options (direct=true, errors=99) load data into table raw_i append (record_id position(1:1) CHAR, process_mt position(2:3) CHAR, process_yr position(4:5) CHAR, batch_no

Re: (Probably) Simple SQL Question?

2008-11-25 Thread Michael Casey
A simple 'group by' clause ought to get you there. With your first example, try this: select id, max(name), max(date_due), max(date_modified) from yourQry group by id order by date_modified desc With your second example, with the composite key, try concatenating t

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
On Tue, Nov 25, 2008 at 6:28 AM, Jeffrey Lemire <[EMAIL PROTECTED] > wrote: > Have you tried something like \\192.168.1.100\d$\ (d$ representing the > root > drive you're trying to access) > > Shares are usually associated with login accounts. Yep, tried every possible combination I could think

Re: cfdirectory directory to a another server

2008-11-25 Thread Dan O'Keefe
> > In my example, it may be referred to as: \\server1\CFService. > > Then, on \\server2\share, grant access to \\server1\CFService. > That is where the problem is. When trying to give the user from server1 permission on server2, and you click on the "Locations" button, only the current server is

Encryption Recommendation

2008-11-25 Thread Randy Messer
Client uses ASP, wants to send user info via url encrytped string, which needs to be decrypted, preferably by CF. We have been wading in the shallow end of TripleDes without success. Am looking for suggestions or pointers to resources to better illustrate how to implement. ~~

Re: xml data referencing

2008-11-25 Thread daniel kessler
>Hi Daniel, > >Yes you'll need to loop through and append them to a string if you are >trying to save them to one query record. What does the entire xml file look, >I assume that previous piece of code is just one of the entries? > Thing is, I don't know how many of them there are, or rather I don

Re: convert decimal to fractions

2008-11-25 Thread Seb Duggan
> Seb > > That worked, but there is one problem, is there a way to simplify to a > whole and a fraction. > > example 11.5 = 23/2 = 11 1/2 You could handle this either at the beginning or at the end; for efficiency, I'd recommend the beginning, as your loop will be shorter... and th

Re: convert decimal to fractions

2008-11-25 Thread Keith McGee
Seb That worked, but there is one problem, is there a way to simplify to a whole and a fraction. example 11.5 = 23/2 = 11 1/2 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

re: convert decimal to fractions

2008-11-25 Thread Seb Duggan
Here's my quick method, to add to the others (I'd already written it by the time I saw all the replies!). Your fraction is #top#/#bottom#, which simplifies to #top/x#/#bottom/x#. Seb Duggan Web & ColdFusion Developer e: [EMAIL PROTECTED] t:

Re: convert decimal to fractions

2008-11-25 Thread Jason Fisher
This UDF will work, within limits (only tests for least common denominators under 11, but could be expanded): var rtn = "0"; var dec = arguments.decimalVal; var num = 0; var den = 100; var intList = "10,9,8,7,6,5,4,3,2";

Re: convert decimal to fractions

2008-11-25 Thread Peter Boughton
>I'm trying to find a way of converting .25 decimal to 1/4 fraction. The following works, but not sure if it's the best method... #Result# ~

Re: convert decimal to fractions

2008-11-25 Thread Dan Switzer
> On Tue, Nov 25, 2008 at 7:46 AM, Keith McGee <[EMAIL PROTECTED]> wrote: >> I'm trying to find a way of converting .25 decimal to 1/4 fraction. >> >> any suggestions? > > Here's a SQL version that could easily be re-written in CF: > > http://blogs.techrepublic.com.com/datacenter/?p=348 Here's one

Re: convert decimal to fractions

2008-11-25 Thread Dan Switzer
Keith, On Tue, Nov 25, 2008 at 7:46 AM, Keith McGee <[EMAIL PROTECTED]> wrote: > I'm trying to find a way of converting .25 decimal to 1/4 fraction. > > any suggestions? Here's a SQL version that could easily be re-written in CF: http://blogs.techrepublic.com.com/datacenter/?p=348 -Dan ~~~

convert decimal to fractions

2008-11-25 Thread Keith McGee
I'm trying to find a way of converting .25 decimal to 1/4 fraction. any suggestions? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;2071726

RE: Prevent direct access to XML data file?

2008-11-25 Thread Adrian Lynch
But can you rename the .xml file to anything you want? If you can, rename to my-xml-file.cfm and then you can secure with CF. Adrian -Original Message- From: Jeffrey Lemire [mailto:[EMAIL PROTECTED] Sent: 25 November 2008 11:25 To: cf-talk Subject: RE: Prevent direct access to XML data fi

RE: cfdirectory directory to a another server

2008-11-25 Thread Jeffrey Lemire
Have you tried something like \\192.168.1.100\d$\ (d$ representing the root drive you're trying to access) Shares are usually associated with login accounts. Jeffrey V. Lemire Applications Architect / President http://www.citadelnetworks.net -Original Message- From: Dan O'Keefe [mailto:

RE: Prevent direct access to XML data file?

2008-11-25 Thread Jeffrey Lemire
> I think you're missing Adrian's point. If you change the file > extension so that it's processed by CF, you can use application server > authentication to control access to the file. What I'm actually trying to prevent is something similar to when people try to "hotlink" images directly (http://