I'd like to allow users to upload files and store those. Primarily for convienance (I'm using C#/Entity Framework) I'd like to store them in the database. I'm concerned that blob fields are going to take too much space. Are the databases for Everleap configured to permit Filestream fields?
Unfortunately, filestream is not supported. It's generally better to store files in the webspace and store the location in the database.