[Seaside] File Open / Save -> File Upload / Download?

itsme213 itsme213 at hotmail.com
Sun Jan 27 01:41:59 UTC 2008


Part of my app is an editor for some business objects. Eventually these 
might be saved in a server-side repository, but for now the user saves file 
on local filesystem.

I am thinking of doing:
- For "File-Open" (to build initial biz object in my app)
   - use something like in WAUploadTest
        html fileUpload callback: [ :file | ...]

- For "File-Save" (to save biz objects at end of user session)
   - any reasonable option here? anything like
        html fileDownload ...

Thanks - Sophie





More information about the seaside mailing list