Tuesday, February 15, 2005
The Code Project - Storing Images in MySQL using ASP.NET - ASP.NET
The Code Project - Storing Images in MySQL using ASP.NET - ASP.NET
This article describes how to upload images to a web server using ASP.NET. All the data is stored in a MySQL database. This article is targeted towards a little more intermediate programmer who has some understanding of ASP.NET with C#, SQL and relational databases. First section describes how to set up the database and second part describes how to code uploading the files and how to view them back as a gallery. Code has been tested with JPEG and GIF files.
MySql