Yes, it's possible. The FileReference object now allows you to access the contents of a file uploaded by the user directly. You can manipulate it and pop-up a save dialog, again with FileReference (but the action has to be initiated by the user, such as a button click), and save the modified file locally, without bouncing it to a server.
Cheers Juan Pablo Califano 2008/11/17, artur <[EMAIL PROTECTED]>: > > using fp 10, > is it possible to generate a thumb preview of the user's selected > local image files that they want to upload via FileReference.load() ? > or some other method? > > > thanks, > > artur > > - > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

