Where is cfcookie stored?

2008-05-26 Thread Richard Steele
I've looked in C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files, however I can't find the file where the cookie stored. Please advise. Thanks! ~| Adobe® ColdFusion® 8 software 8 is the most

limit file upload size in fckeditor

2008-05-21 Thread Richard Steele
How can I limit the size of a file that a user can upload using the file uploader built into fckeditor? Thanks in advance. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

cfimage in cf8 update 1 retains IPTC metadata?

2008-05-17 Thread Richard Steele
I see that this tag now will retain the EXIF metadata upon resizing an image. Will it also retain the IPTC information? Hopefully it will as it is extremely important to keep the photographer's name associate with an image. If not, is there some imagesizer that will? Thanks in advance.

Re: cfimage in cf8 update 1 retains IPTC metadata?

2008-05-17 Thread Richard Steele
I see that this tag now will retain the EXIF metadata upon resizing an image. Will it also retain the IPTC information? Hopefully it will as it is extremely important to keep the photographer's name associate with an image. If not, is there some imagesizer that will? Thanks in advance.

Re: Verity and PDF

2008-05-05 Thread Richard Steele
is the original file name and N is page no. Index the pages. When the user search returns a result for original_N, link them to original and say Found on page N. On Sun, May 4, 2008 at 1:19 PM, Richard Steele [EMAIL PROTECTED] wrote

Re: Verity and PDF

2008-05-04 Thread Richard Steele
any other file or directory of files. I'd read the docs on cfindex and Verity. On Sat, May 3, 2008 at 4:03 PM, Richard Steele [EMAIL PROTECTED] wrote: I want a user to search a pdf document (test.pdf) for a term and then go to the page that has that term on it. In Coldfusion 8, what

Re: Verity and PDF

2008-05-04 Thread Richard Steele
and say Found on page N. On Sun, May 4, 2008 at 1:19 PM, Richard Steele [EMAIL PROTECTED] wrote: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net

Verity and PDF

2008-05-03 Thread Richard Steele
I want a user to search a pdf document (test.pdf) for a term and then go to the page that has that term on it. In Coldfusion 8, what would the cfindex tag look like to index test.pdf to do that? Is the page number returned? In other words, how can I link to that page?

Re: Memory leak detection

2008-02-26 Thread Richard Steele
trial CF8 Enterprise? Deploy your app to a CF8 developer edition server and turn on the memory monitor. This will drill down into applications, sessions and requests by memory usage and show you exactly where it's all going. On Mon, Feb 25, 2008 at 10:23 PM, Richard Steele [EMAIL PROTECTED] wrote

Re: Memory leak detection

2008-02-26 Thread Richard Steele
Hey Mark, Thanks for the link. If it comes down to it, who do you recommend to hire as an expert that can analyze our code to find the problem? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

Memory leak detection

2008-02-25 Thread Richard Steele
Our CF application continues to require more and more memory throughout the day until the cf services require a restart The java garbage collection isn't reclaiming as much memory as it should be. After the cf restart, I can watch (using FusionReactor) the used memory increase over time.

Re: CFFile Hangs ColdFusion

2008-01-20 Thread Richard Steele
Hi Azadi, Something in the system is causing the temp folder to be deleted. So I instituted the hack until I can figure out the cause of the unexpected deletions. I'm suspecting that the unexpected deletion of the temp folder is due to not using cflock around either the CFFILE Upload or Move

CFFile Hangs ColdFusion

2008-01-19 Thread Richard Steele
We have a service whereby users upload images to our website. We've designed a flash player 8 upload system that uses cffile operations. However, if more than one user is uploading images at the same time, coldfusion can hang and the coldfusion service has to be restarted. We are NOT currently

Re: CFFile Hangs ColdFusion

2008-01-19 Thread Richard Steele
-dee.com http://www.sabai-dee.com Richard Steele wrote: ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http

cfmail, html, and submit button input type=image

2007-11-29 Thread Richard Steele
Why won't this work in CF7 or CF6x? The button doesn't show as the image nor will post send the user to paypal when the button is clicked. Thanks in advance. cfmail to=#to_email# from=#from_email# subject=test type=HTML !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN HTML

Re: security and remote datasources

2007-11-26 Thread Richard Steele
What are the security risks for using a datasource that connects to that remote database? Isn't the username and password passed to that database unencrypted? Wouldn't this be a huge security risk? Generally, yes, this could be a very large security risk. Most database connections are

security and remote datasources

2007-11-25 Thread Richard Steele
We need to access a database that is on a shared sqlserver at a different hosting company. What are the security risks for using a datasource that connects to that remote database? Isn't the username and password passed to that database unencrypted? Wouldn't this be a huge security risk?

Parsing Abebooks API

2007-09-24 Thread Richard Steele
What's a good way to parse the data returned from Abebooks? http://search.abebooks.com/search?an=steven%20kingdtl=S thanks in advance! ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features -

cfcache problem

2007-09-21 Thread Richard Steele
The first line of code in my cfm page is cfcache timespan=1 This works most of the time, but occasionally I get an error. Failed to add HTML header. What am I missing here? Thanks in advance. ~| ColdFusion is delivering

ISBN Validation

2007-09-18 Thread Richard Steele
Does anyone have a book ISBN (13 digit and 10 digit) validation program or custom tag? Many thanks. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now

Re: ISBN Validation

2007-09-18 Thread Richard Steele
Please explain a bit more. Thanks. Use the amazon API? MD On 9/18/07, Richard Steele [EMAIL PROTECTED] wrote: Does anyone have a book ISBN (13 digit and 10 digit) validation program or custom tag? Many thanks

Help needed in finding a string within a cgi variable.

2007-09-12 Thread Richard Steele
cfdump var=#cgi# produces a node that is called QUERY_STRING. Here's an example: 404;http://www.mywebsite.com:80/_cache/106f5d9d92c281ff3e14d3b7096113f.jpg I need to search for _cache within that Query_String. What is the proper way to do this? Many thanks in advance.

Re: Help needed in finding a string within a cgi variable.

2007-09-12 Thread Richard Steele
Many thanks. That did the trick! Just use this. listfindnocase(cgi.query_string,_cache,/) Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. Richard Steele wrote: cfdump var=#cgi

<    1   2   3