Re: Apache2::Upload Issue

2005-06-21 Thread D. Hageman
Joe Schaefer writes: "D. Hageman" writes: ggRIASUVORK5CYII=\r\n--AaB03x-- ^^ Missing an \r\n there I think. -- Joe Schaefer Joe, That cleared up the issue for me! Thank you for your assistance. //\\ || D. Hageman

Re: Apache2::Upload Issue

2005-06-20 Thread Dorian Taylor
uh, hate to bring up a no-brainer, but just out of curiosity, is the Content-length request header accurate for the encoded payload *after* it's encoded? just on the off chance that libapreq2 is stricter than libapreq1, an error like "end of file reached" would occur if there was extraneous data af

Re: Apache2::Upload Issue

2005-06-20 Thread Joe Schaefer
"D. Hageman" writes: > ggRIASUVORK5CYII=\r\n--AaB03x-- ^^ Missing an \r\n there I think. -- Joe Schaefer

Apache2::Upload Issue

2005-06-20 Thread D. Hageman
I have a mod_perl module that I wrote for mod_perl 1.x that would accept an image upload from VBA script running under Microsoft Access. I then converted it to use mod_perl 2.0.1 and Apache2::Upload 2.0.5. It seems to work fine using a web browser, but it doesn't appear to like my upload fr