I am making a mailing app in Python on the Google App Engine.
I want to enable an attachment upload (which posts to a BlobstoreUploadHandler) in a 'normal' webpage (posting to a RequestHandler).
If the user has filled part of the 'normal' form, how can I preserve those values after the user has uploaded his (or her) attachment (other then copying all the fields with javascript before submitting the post)?