I am developing a site using asp.net and C# ( framework 1.1 ). Theres a provision for the user to upload his photo and the upload performs in 2 steps 1. User selects a photo and the photo is displayed for review 2. Database call is made and it is uploaded to the server
In IE6 the photo is shown in review mode ( from the users system ) But in IE7 it is not shown unless it is uploaded to the server.
Is there any workaround for this????
This is likely a security related issue. IE6 probably accepts to display images with paths from local disk, which might be a security vulnerability. Also try it in firefox, my guess is that will not work either. So you are left with uploading the photo in step 1 and just do the database stuff in step 2; Or do not show the photo for review…