RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-19 Thread Carson Hager
, April 18, 2006 3:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication Carson, It's even worse. I'll try to make it clear: Login with a flex form Use setcredentials inside my delegate to my AuthenticationRO. Use onRequestStart

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-19 Thread João Fernandes
:36 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication João, Apologies for the late response. I've been out sick. If you're not using SSL, I would start by using something like tcptunnel or another http monitor to watch the traffic

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-19 Thread Carson Hager
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication No problem Carson, I'm only using http and relative paths for upload. I'll hardcode the full URL and see if the same behavior is confirmed. For the headers part, something like serviceCapture

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-19 Thread João Fernandes
(+351) 213 185 200 . Fax (+351) 213 540 370 [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager Sent: quarta-feira, 19 de Abril de 2006 18:19 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-18 Thread João Fernandes
PROTECTED] On Behalf Of Carson Hager Sent: segunda-feira, 17 de Abril de 2006 19:27 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication This is definitely an FFX issue. I'm not sure if it happens across all versions but I know it was broken

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-17 Thread Carson Hager
Is this FireFox 1.5? Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-17 Thread João Fernandes
17-Apr-06 6:08 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication Is this FireFox 1.5? Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com http

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-17 Thread Carson Hager
: 1.703.489.6466 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: Monday, April 17, 2006 10:55 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication Indeed, Firefox

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-17 Thread João Fernandes
I'll try on IE first thing in the morning. Thanks for the tip, João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of Carson Hager Sent: Mon 17-Apr-06 7:26 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion

RE: [flexcoders] Flex 1.5 file upload

2005-08-08 Thread Mercer, Dustin
AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex 1.5 file upload The server script handling the upload should expect a POST request with a Content-Type of multipart/form-data, followed by a Content-Disposition with the name attribute of Filedata and then a filename attribute