Re: GetHTTPRequestdata().content is changing my data any ideas?

2009-10-14 Thread Fred Anderson
here is the header that is coming through with the data. === POST /cfCatch.cfm HTTP/1.1 Accept: */* Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022;

Re: GetHTTPRequestdata().content is changing my data any ideas?

2009-10-14 Thread Fred Anderson
to the guys on the Railo list. If you have a reproduceable issue, they seem quite keen to jump on these little bugs and get them fixed ASAP. Judah On Sun, Oct 11, 2009 at 3:56 PM, Fred Anderson whitefal...@gmail.com wrote: Here is the scenario. I have a 3D app that will post a render in jpg

Re: GetHTTPRequestdata().content is changing my data any ideas?

2009-10-12 Thread Fred Anderson
If anyone is interested in helping out, I was able to recreate this issue in the cffile portion of ColdFusion, if you read in a jpg using cffile read and then save it using cffile, you will get the same munged image, if you read it in using cffile readbinary and save it, it works perfectly.

GetHTTPRequestdata().content is changing my data any ideas?

2009-10-11 Thread Fred Anderson
Here is the scenario. I have a 3D app that will post a render in jpg format to the URL of my choice, in this case I have setup a server (I have tested with CF9 and Railo) on my machine to test catching the JPG's and saving them to the hard drive. The problem is that the photos come through all

Re: .dat files urgent help!

2008-06-26 Thread Fred Anderson
If you can make the file available we can give it a look.. it you cannot, then there is not much we can do. Fred On Thu, Jun 26, 2008 at 9:28 AM, Stone, Lori [EMAIL PROTECTED] wrote: I have acquired a really old dos application that I have rewritten. All of the data was stored in .dat files.

Re: .dat files urgent help!

2008-06-26 Thread Fred Anderson
email it to you directly? (or anyone else that feels like taking a look) -Lori -Original Message- From: Fred Anderson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2008 10:58 AM To: CF-Talk Subject: Re: .dat files urgent help! If you can make the file available we can give

Re: How to select an entry from an array

2008-06-23 Thread Fred Anderson
Hi Nic, are you trying to pass through the array used to create the select box along with the selected item? If so, you need to convert the array into text before you can send it. If I am off base, please clarify the original problem maybe there is a better way to solve it. cfif

Re: How to select an entry from an array

2008-06-23 Thread Fred Anderson
I am still interested to hear back from Nic on what the original problem/task was. Is the Array something in session or is it value that needs to be passed through the form? Fred On Mon, Jun 23, 2008 at 8:26 PM, James Holmes [EMAIL PROTECTED] wrote: You can also use the underlying Java

CF thinks 0F is boolean.

2008-06-10 Thread Fred Anderson
I have run into an issue with cold fusion, When I try to concatenate the string '0F' ' ' I get a value that passes isBoolean(). While this works with any number of leading zeros it does not work with any other value besides 'F'. Additionally it only works when you try to append a ' ' space to

Re: CF thinks 0F is boolean.

2008-06-10 Thread Fred Anderson
A more simplified example would be: cfoutput #isBoolean(0F )# /cfoutput Additionally '0D' has the same effect. Fred I have run into an issue with cold fusion, When I try to concatenate the string '0F' ' ' I get a value that passes isBoolean(). While this works with any number of leading

cfx_xmlparser error

2001-12-26 Thread Fred Anderson
I get a java.lang.OutOfMemoryError error when trying to Load up a 2mb XML file Has anyone else had this problem and is there a work around. I have tried to use CF_SOXML but it takes about 5 minutes to get the 2mb XML loaded into a CF Structure. If anyone has any ideas please let me know,

RE: SOXML xmlToDom

2001-12-16 Thread Fred Anderson
support for soXML can be found at http://forums.siteobjects.com I'll post one more time here and then try to liven up that forum. :grin: hth, if it doesn't we need to see your code. Well I wasn't able to get the result I wanted so I will post the example here. Thanks. Here is the XML file

SOXML xmlToDom

2001-12-15 Thread Fred Anderson
While using CF_SOXML xmltoDOM to parse some XML I am having the following issue. When trying to retrieve a node it is giving back all the nodes at that level through the site; here is an example. Shelf -Book --Author --Author --Author -Book --Author

RE: SOXML xmlToDom

2001-12-15 Thread Fred Anderson
coming home with it or on it were the only options. -Original Message- From: Fred Anderson [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 15, 2001 10:02 PM To: CF-Talk Subject: SOXML xmlToDom While using CF_SOXML xmltoDOM to parse some XML I am having the following issue. When

RE: Double Precision FP's

2001-12-11 Thread Fred Anderson
,'.') HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Fred Anderson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 11, 2001 8:47 PM To: CF-Talk Subject: Double Precision FP's Does anyone know how to work with double precision floating point (64 bit) number