views:

22

answers:

1

I'm looking for some flash based plug-in which allows me to display an image as soon as the user selects it in the file dialog.

I looked at swfupload but couldn't find any way to display the image selected.. no handle on file path or contents as far as I could find.

Anyone knows how to do this? Or some other plug-in which does this?

+1  A: 

These two will probably do the trick:

sandstrom
First link is as far as I see it pretty spot on
c0dem4gnetic
It's only compatible with IE and firefox. I already have it working for IE and firefox. In IE I can retrieve the path of the file and in firefox I have the FileReader API. I need a cross platform solution.
manu1001