Uploading a video to google app engine blobstore
I'm trying to associate a video file to a record with a bunch of properties, but can't seem to allow the user to do everything in one form - name the video, provide description and answer some question, AND upload the file. Here are the steps I'd like to perform: User is served with a page containing a form with the following fields: Name, Description, File selector. The file gets stored as a blob and the id gets recorded together with name and description. Does anyone have any examples of doing this I could learn from or a tutorial you could point me to? The one from google only shows