hemi519
12-31-2010, 09:19 PM
Hi All,
Can anyone help me in this issue. In the below code i am able toselect a image
<input type=file onChange="load_image(this.id,'jpg');">
when i select a image i should get the format of image in the load image function. For now i am doing manually keeping it to 'jpg'. How can i get it dynamically
Can anyone help me in this issue. In the below code i am able toselect a image
<input type=file onChange="load_image(this.id,'jpg');">
when i select a image i should get the format of image in the load image function. For now i am doing manually keeping it to 'jpg'. How can i get it dynamically