Saving Files to a Database
You also can use the FileUpload
control to save files to a database table. Saving and retrieving files from a database can place more stress on your server. However, it does have certain advantages. First, you can avoid file system permissions issues. Second, saving files to a database enables you to more easily back up your information.
The page in Listing 4.2 enables you to save Microsoft Word documents to a database table (see Figure 4.3).
Figure 4.3. Uploading Microsoft Word documents.
Listing 4.2. FileUploadDatabase.aspx
When you submit the form in Listing 4.2, the btnAdd_Click()
method executes. This method ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.