AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Including a File Upload Option When Adding a New Record : Scott Mitchell

Monday, July 14 2008

This tutorial shows how to create a Web interface that allows the user to both enter text data and upload binary files. To illustrate the options available to store binary data, one file will be saved in the database while the other is stored in the file system. In this tutorial we will create a web page to add a new category. In addition to TextBoxes for the category’s name and description, this page will need to include two FileUpload controls – one for the new category’s picture and one for the brochure. The uploaded picture will be stored directly in the new record’s Picture column, whereas the brochure will be saved to the ~/Brochures folder with the path to the file saved in the new record’s BrochurePath column....

Read More:
Including a File Upload Option When Adding a New Record : Scott Mitchell
Also See:
code better - use string.format : Karl Seguin
Introducing ASP.NET Page Modules : Paulo Morgado
Custom Buttons in the DataList and Repeater : Scott Mitchell
Image Manager for Image Gallery : Saifi Hasan
Developing a picture album in ASP.NET : Richard Bean

Post your comment

Comment