Hi everyone,
I am in the process of creating an image upload form, and I need to display a preview of the image to the user before it gets uploaded. I did not anticipate this to be any problem, and it wasn't until I tried using it with IE7. It is not working. I know that there must be some sort of security setting (this is a ridiuclous setting, by the way) that doesnt allow for this.
Where can I find this setting so I can instruct my users how to fix it to allow the image to be previewable They will need to have this capability and there is no way around this.
With an image upload form, the user chooses the image themself. So why on earth am I not able to display it back to them They chose it!! This is the most ridiculous security precaution I have came across yet. I can understand not letting javascript have access to the file system, don't get me wrong here. But why in the heck can't I take the value of a file upload control (that is read-only) and put it as the SRC of an image Absolutely ridiculous!!
Any thoughts on the subject matter will be greatly appreciated, and I thank you in advance.
Regards,