[flexcoders] File selection problem

2008-04-16 Thread dlpagefr
Hi, When selecting files with a FileReference or FileReferenceList, I get an object or object array containing files. The problem is that apart from uploading these files, there is nothing else I can seem to do with them. 2 examples: 1) images: I can select images and upload them to my

RE: [flexcoders] File selection problem

2008-04-16 Thread Tracy Spratt
Of dlpagefr Sent: Wednesday, April 16, 2008 6:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] File selection problem Hi, When selecting files with a FileReference or FileReferenceList, I get an object or object array containing files. The problem is that apart from uploading these files

Re: [flexcoders] File selection problem

2008-04-16 Thread Muzak
Is there a way to select a file/several files and read the contents without doing round trips? nope, afraid not. - Original Message - From: dlpagefr [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, April 17, 2008 12:10 AM Subject: [flexcoders] File selection problem