"Tiarnán Ó Corráin" ocorrain@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