0

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?

akula1001
  • 4,378
  • 12
  • 39
  • 55

1 Answers1

1

These two will probably do the trick:

sandstrom
  • 12,776
  • 5
  • 59
  • 60
  • First link is as far as I see it pretty spot on – c0dem4gnetic Aug 20 '10 at 14:23
  • 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. – akula1001 Aug 22 '10 at 16:56