Re: up/download files via araneida?
Richard Newman <[email protected]> Fri, 15 Sep 2006 08:48:22 -0700
| Newsgroups | gmane.lisp.web |
|---|---|
| Message-ID | <[email protected]> |
I you're going to use the filesystem, then write a handler that takes a POST body, un-base64s it, turns it into a usb8 array, and writes it to a file on disk. Record the filename. Now, hit the bug with Araneida serving up binary files -- SBCL's streams aren't always cooperative. On 15 Sep 2006, at 12:21 AM, Jonathon McKitrick wrote: > > I'd like to implement a file storage area for an app I'm working > on, where a > user can upload a small number of files and retrieve them later. > > How would I do this with araneida? > > Jonathon McKitrick > -- > My other computer is your Windows box. > > _______________________________________________ > lispweb mailing list > [email protected] > http://www.red-bean.com/mailman/listinfo/lispweb