RE: [flexcoders] Re: Uploading An Image Without Browse

2010-04-16 Thread Battershall, Jeff
James, Using RemoteObject I've uploaded bitmap snapshots without previously saving the bytes to disk, using CF as a backend. Not exactly sure how you'd do this with PHP, but I'm sure it's doable. You'd probably have to use some version of AMFPHP. Jeff -Original Message- From: flexco

RE: [flexcoders] Re: Uploading An Image Without Browse

2010-04-16 Thread Battershall, Jeff
Using the FileSystem API and ByteArray you can save/read/upload images automatically, using your middleware of choice without the user having to browse and select the image. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of James