Image Display in IE7
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Coders, I am facing a unique problem at my work. I have following code: I have one
-
Hi Coders, I am facing a unique problem at my work. I have following code: I have one
I suspect the problem is that your file input value is the full path to file on the server - c:\foldername..etc/whatever... and IE7 probably doesn't like this. Try parsing the imgadd.value var to strip out from it anything above the application root folder, and leave just the relative path....