Home | Trees | Indices | Help |
---|
|
object --+ | AttachmentStore --+ | FileAttachmentStore --+ | TemporaryAttachmentStore
Temporary storage for attachment data.
A 'TemporaryAttachmentStore' stores attachment data in a temporary location, for up to the lifetime of the running program. When the program ends, all temporarily stored attachment data is deleted.
A data object in the temporary store is identified by its location. Locations should be generated by 'make_temporary_location'.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Construct a temporary attachment store. The store is initially empty.
|
Handle a web request to upload attachment data. Store the attachment data contained in the request as a temporary attachment. It is assumed that the request is being submitted from a popup upload browser window, so the returned HTML page instructs the window to close itself. 'request' -- A 'WebRequest' object. returns -- HTML text of a page that instructs the browser window to close. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:40 2011 | http://epydoc.sourceforge.net |