[flexcoders] FileByteArray

2006-10-05 Thread Neves
Hi, I know that the access to local files are made using the file browse for security reasons. But as soon the user has selected the file and confirmed, I think flash player could have access to the byteArray of the file. I don´t think it would be a security risk, since it´s access are readonly

Re: [flexcoders] FileByteArray

2006-10-05 Thread Rogerio Gonzalez
I totaly agree with you, but until now, I could not accomplish that.I have an test with FTP by Socket where the intencion is receive one image form the user by fileReference, capture the BiteArray, redimension the image (like PHP do) and then upload to a FTP server by socket. All stages are

Re: [flexcoders] FileByteArray

2006-10-05 Thread Muzak
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform - Original Message - From: Neves [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 05, 2006 2:57 PM Subject: [flexcoders] FileByteArray Hi, I know that the access to local files are made using the file