Click here to Skip to main content
15,891,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I can upload a image by the following code :

<asp:FileUpload ID="FileUpload1" runat="server" />


But after uploading, it just shows the path of the image on the page .

I want actually to show the image when uploading is complete.


Please help me to do that...............

thanks in advance
Posted
Comments
Tom Marvolo Riddle 24-Apr-14 6:37am    
post your code
rayhan12345 24-Apr-14 6:44am    
I just said that <asp:FileUpload ID="FileUpload1" runat="server" />
this code just uploads image and on the page shows the path of image..

Is there any way to show the image not the path.........
Tom Marvolo Riddle 24-Apr-14 6:55am    
where you want to show the image?In gridview?datalist?

How can we help with that?What's the problem of showing the code?

 
Share this answer
 
Comments
rayhan12345 26-Apr-14 0:19am    
thanks Abhinav S...... though it's late.. thanks a lot again

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900