I would like to set up an asp.net 2.0 web app to insert images into a SQL Server 2005 database. I'm hosting on godaddy shared hosting and they block the use of file streams for security purposes. Is there another way to get the images uploaded? I'd prefer to have them in the database so I could setup a SQL Server job to delete the records when they have expired so I won't have to go in and manually delete them and possibly make a mistake by deleteing one that is still being used. But I'm would be interested in other ways as well.