FileUpload FilePath Problem in Mozilla
-
Hi, I am using FIleUpload Control for uploading, But at by clicking upload button I am just displaying image not saving image. I m using this statement: imgIcon.Src = FileUpload1.PostedFile.FileName; This works fine in IE but gives only filename in Mozilla. This statement gives full filepath in IE.
Naresh Patel
-
Hi, I am using FIleUpload Control for uploading, But at by clicking upload button I am just displaying image not saving image. I m using this statement: imgIcon.Src = FileUpload1.PostedFile.FileName; This works fine in IE but gives only filename in Mozilla. This statement gives full filepath in IE.
Naresh Patel
try to store the file temporarily at the server then show after showing delete the file just giving another way don't know it is proper or not
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Hi, I am using FIleUpload Control for uploading, But at by clicking upload button I am just displaying image not saving image. I m using this statement: imgIcon.Src = FileUpload1.PostedFile.FileName; This works fine in IE but gives only filename in Mozilla. This statement gives full filepath in IE.
Naresh Patel
can u explain clearly what output you are expecting ....I actually dont get you question..
-
can u explain clearly what output you are expecting ....I actually dont get you question..
He want to show a image that is at client side before storing on the server side hope now its clear
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "