Forum Moderators: open
I am looking for a solution to enable users to preview images they upload to my site before they upload them.
In the past this could be done easily via an onchange on the file element wich would aply it's value to an image. But now in IE7 this does not seem to work.
Does anyone know a solution for this?
Best Regards,
Snt
[edited by: Rambo_Tribble at 2:12 am (utc) on Sep. 2, 2006]
<img src="/images/spacer.gif" name="preview" width="300" border="0">
The width=300 is just because some files could be bigger then the upload page width. So this cuts it down.
Chip-