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

2009-10-15 Thread Leigh
> if you read in a jpg using cffile "read" and then save it > using cffile, you will get the same munged image If a "read" returns the same results, that does sound like the binary data is being treated as text. In a quick test with cfhttp, I had no problems saving the getHTTPRequestData().con

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

2009-10-14 Thread Judah McAuley
Then it might be an issue with the underlying Java call. I'd check in over at the Railo list and see if Gert and his boys can help you figure things out. If you have a reproduceable situation with source files you can give them I'm sure they'll take a look. Cheers, Judah On Wed, Oct 14, 2009 at

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

2009-10-14 Thread Fred Anderson
Yes, I get them on CF8,CF9 and Railo, and presumably Blue Dragon from a test I had someone else run. Thanks, Fred On Wed, Oct 14, 2009 at 12:01 PM, Judah McAuley wrote: > > Out of curiosity, do you get the same behavior on Adobe CF that you > are seeing on Railo? I'd talk to the guys on the Rai

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

2009-10-14 Thread Judah McAuley
Out of curiosity, do you get the same behavior on Adobe CF that you are seeing on Railo? I'd talk 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 wro

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-12 Thread Leigh
> > I have a 3D app that will "post" a render in jpg > format to the URL of my choice Exactly how is the image being posted to the url? ie What is the content-type, method, etcetera .. used. -Leigh ~| Want to reac

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 al