how to open jpeg file?
-
Well, if you provide a local path to an img tag, then I'd assume it would work, if the image was there. It sounds like a dodgy thing to want to do, tho. Why do you want to ? Even if you provide a file browser to the user, you can't get the path from the file browser in js to assign it to am img control, you'd need to do a postback.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Well, if you provide a local path to an img tag, then I'd assume it would work, if the image was there. It sounds like a dodgy thing to want to do, tho. Why do you want to ? Even if you provide a file browser to the user, you can't get the path from the file browser in js to assign it to am img control, you'd need to do a postback.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )