On Wed, 27 Oct 2004 23:04:17 +0200, Michael Weber <michaelw+tbnl(a)foldr.org> wrote:
> Attached is a patch with my stab at file upload capabilities for
> TBNL. :)
Thanks again and sorry for the delay. I've uploaded a new version
which implements file upload capabilities based on your suggestions
and code. I've changed it such that it doesn't load the uploaded files
into RAM but rather streams them to temporary files. The little test
suite now also has a file upload page.
Here's the Changelog entry
Version 0.3.0
2004-11-09
Initial support for multipart/form-data (thanks to Michael Weber and Janis Dzerins)
Fixed bug in CREATE-STATIC-FILE-DISPATCHER-AND-HANDLER (caught by Bill Clementson)
Note that the new download link is
<http://weitz.de/files/tbnl.tar.gz>
(it's .tar.gz instead of .tgz).
Some of you might also be interested in Bill Clementson's blog entry
about using TBNL on Windows:
<http://home.comcast.net/~bc19191/blog/041105.html>
I agree that it probably wouldn't be a good idea to use this as a
production environment but it might be handy for development and/or
demoing.
The new code has been tested with CMUCL 19a on Linux, Allegro 7.0 pro
on Linux, Allegro 6.2 trial on Windows, and LispWorks 4.3.7 pro on
Windows.
Cheers,
Edi.
_______________________________________________
tbnl-announce site list
tbnl-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/tbnl-announce
UnCommonWeb version 0.3.2 - learning to climb up bookshelves
Released 2004-11-06
[nb: this release breaks backwards compatability]
* Home page
http://common-lisp.net/project/ucw/
* Download
ftp://ftp.common-lisp.net/pub/project/ucw/ucw_0.3.2.tar.gz
NB: This tarball contains ucw, arnesi, yaclml, cl-icu, iterate and
mod_lisp. You'll need to install a recent CVS version of SLIME and
portableaserve 1.2.35.
* Changes (since 0.3.1)
[in no particular order]
- A new component class hierarchy (and associated API) has been
introduced. UCW now distinguishes between window component and
widget components and provides better support for both.
- The untested, buggy and empty documentation application has been
removed.
- The user's manual has been updated, improved and rewritten in LaTeX.
- The yaclml tags <ucw:form and <ucw:a now require an :action attribute.
- Two generic actions (ok and refresh-component) have been implementod.
- The session.value API has been improved.
- standard-application's entry-point table is now implemented as a
hash-table, this greatly improves support for sites with many entry
points.
- A new component class (container) has been added. It provides
support for implementing components which manage other
components. The container component defines various convience
methods which simplyify the initialization and manipulation of sub
components.
- The UCW inspector directly uses SLIME's inspector and produces
similar output. The backtrack error pages now have inspector
links. (as they did in UCW 0.1). Inspector anchors no longer pretty
print the object.
- the render-on defgeneric has been moved into the protocol file where
it should have been all along.
- render-on uses wrapping-standard method combination.
- The standard-component file has been split into multilpe files.
- Fixed mod_lisp's response object wiping
* Supported Platforms
SBCL and CMUCL have problems with :default-initargs (which UCW makes
wide use of) but otherwise work fine. OpenMCL has no known
issues. mod_lisp backend has been tested with all implementations,
aserver backend has not been tested.
--
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
_______________________________________________
bese-announce mailing list
bese-announce(a)common-lisp.net
http://common-lisp.net/mailman/listinfo/bese-announce