Many of us have come across the task of storing the image directly into MYSQL database and displaying those stored images once again in the web page, this post will help those kind of people. It contains only simple functions and those are really easily understandable.
The sample web page contains "UploadImage" button which is used to store the images that are available in the folder specified in the program.
Below the button, there is gridview which will display the id and the name of the stored image from the database, if u want to view the stored image, just click on the gridview link, in return it will display the stored image from the database.
You can download the web page, directly from here and try your best..
No comments:
Post a Comment