2009/9/3 Shawn McDermott <[email protected]>: > I have a simple html/javascript app that uploads an attachment to a > document. However, once it is uploaded I want to rename it to a consistent > name. Is there a way to do this in 0.9.1?
I expect this would require some kind of middleware to handle the file upload so the file can be renamed before it is inserted into couchdb. If I’m wrong I’d love to be corrected.
