[Lispweb] up/download files via araneida?

Richard Newman r.newman at reading.ac.uk
Fri Sep 15 10:48:22 CDT 2006


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
> lispweb at red-bean.com
> http://www.red-bean.com/mailman/listinfo/lispweb




More information about the lispweb mailing list