On Tue, Oct 7, 2008 at 8:56 AM, Joshua Oransky <[EMAIL PROTECTED]> wrote: > ...In fact, if storing files from a > form was as easy as storing text info, I wouldn't even need this... feature > request?...
I'm not sure if I understand the problem - if you use a form like <form action="/content/foo/*" method="POST" enctype="multipart/form-data"> <input type="file" name="attachments/*"/> <input type="submit"/> </form> the data is uploaded as a file under an "attachments" child node of the created node. Isn't that what you need? The SLING-673 blog sample uses this. -Bertrand
