Click here to Skip to main content
15,882,114 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
fuimage.SaveAs(Server.MapPath("~/") + txtimage);
               string imgpathup = "~/" + txtimage;
               imgloc.ImageUrl = imgpathup;
               Label1.Text = "Picture Uploaded Successfully..!!";
               imgloc.Visible = true;
Posted
Comments
Paulo Augusto Kunzel 11-Apr-14 7:08am    
Hello Vinay,

Could you provide more details of what is happening? Is there an error message? does it happen to any image? what is going on?
Vinay Mali 11-Apr-14 8:52am    
No there is no error or something
i have started with taking image from upload function
now i want further process to read the text from image.
string imgpathup = "~/" + txtimage;

in this imagepath i have my image uploaded.
now how to read text within that image

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