Folks--
I'm using tbnl 0.5.5, sbcl 0.9.1 with mod_lisp2 (for apache2) and can't seem to get file upload working because of:
[error] [TBNL] While parsing multipart/form-data parameters: decoding error on stream
[error] [TBNL] #<SB-SYS:FD-STREAM for "a constant string" {A20C1C9}>
[error] [TBNL] (:EXTERNAL-FORMAT :UTF-8): [error] [TBNL] the octet sequence (137) cannot [error] [TBNL] be decoded.
The files I want to upload are images. Uploading text works just fine.
I'm guessing this has something to do with SBCL not allowing bivalent streams (or whatever, it's been awhile). Is there any option with SBCL? Any chance that a CVS version solves this? TBNL using SBCL's simple streams?
I already serve images via straight apache.
Any recommendations?
-- K {}
On Sat, 25 Jun 2005 17:42:13 -0700, Keith Irwin keith.irwin@gmail.com wrote:
I'm using tbnl 0.5.5, sbcl 0.9.1 with mod_lisp2 (for apache2) and can't seem to get file upload working because of:
[error] [TBNL] While parsing multipart/form-data parameters: decoding error on stream
[error] [TBNL] #<SB-SYS:FD-STREAM for "a constant string" {A20C1C9}>
[error] [TBNL] (:EXTERNAL-FORMAT :UTF-8): [error] [TBNL] the octet sequence (137) cannot [error] [TBNL] be decoded.
The files I want to upload are images. Uploading text works just fine.
I'm guessing this has something to do with SBCL not allowing bivalent streams (or whatever, it's been awhile). Is there any option with SBCL? Any chance that a CVS version solves this? TBNL using SBCL's simple streams?
I already serve images via straight apache.
Any recommendations?
Hi!
I'm still waiting for patches to make TBNL work with Unicode versions of SBCL as I don't use SBCL myself. Any volunteers?
Cheers, Edi.
What needs to be patched? tbnl or kmrcl?
Keith
On 6/25/05, Edi Weitz edi@agharta.de wrote:
On Sat, 25 Jun 2005 17:42:13 -0700, Keith Irwin keith.irwin@gmail.com wrote:
I'm using tbnl 0.5.5, sbcl 0.9.1 with mod_lisp2 (for apache2) and can't seem to get file upload working because of:
[error] [TBNL] While parsing multipart/form-data parameters: decoding error on stream
[error] [TBNL] #<SB-SYS:FD-STREAM for "a constant string" {A20C1C9}>
[error] [TBNL] (:EXTERNAL-FORMAT :UTF-8): [error] [TBNL] the octet sequence (137) cannot [error] [TBNL] be decoded.
The files I want to upload are images. Uploading text works just fine.
I'm guessing this has something to do with SBCL not allowing bivalent streams (or whatever, it's been awhile). Is there any option with SBCL? Any chance that a CVS version solves this? TBNL using SBCL's simple streams?
I already serve images via straight apache.
Any recommendations?
Hi!
I'm still waiting for patches to make TBNL work with Unicode versions of SBCL as I don't use SBCL myself. Any volunteers?
Cheers, Edi.
On Sun, 26 Jun 2005 09:31:00 -0700, Keith Irwin keith.irwin@gmail.com wrote:
What needs to be patched? tbnl or kmrcl?
I think for the stream stuff it's TBNL that needs to be patched.
Cheers, Edi.