Book Image

ASP.NET 3.5 Social Networking

By : Andrew Siemer
Book Image

ASP.NET 3.5 Social Networking

By: Andrew Siemer

Overview of this book

Table of Contents (19 chapters)

Summary


In this chapter we looked at the infrastructure and decisions that go into a media management application. We focused heavily on processing and storing images. But most of the principles that we looked at apply to all sorts of different files. The only real part that would need to be tweaked is how the file is processed once it is stored on the server. In the case of audio and video files you would most likely want to transfer them to a Flash format from a WAV or WMV format so that they become more accessible to your web users.

This chapter has added the ability to create photo albums. We then discussed the ability to upload and manipulate photos. We also discussed how to handle multiple file uploads and the most appropriate way to store them on the file system. Finally, we created a way for our users to interact with their albums and uploaded files.