[tbnl-devel] Problem with file uploads
Marc Battyani
marc.battyani at fractalconcept.com
Tue Mar 8 12:57:57 UTC 2005
"Tiarnán Ó Corráin" <ocorrain at yahoo.com> wrote:
[...]
>However, I seem to be running into a problem with either mod lisp or
>tbnl, for images >=~1MB. When I try to upload an image of this site,
>an internal server error is returned after a few seconds, and the
>converted image (using imagemagick) appears in the thumbnail gallery
>with a portion of the bottom shown in grey, as if the image did not
>upload completely to the server.
>Is there some configurable upper limit to the size of file uploads, or
>can someone point me to the likely source of the problem?
What Lisp are you using ?
For instance in Lispworks the array-total-size-limit is very small: 1048448
so you can't have strings greater than that.
:-(
Marc
More information about the Tbnl-devel
mailing list