RE: handling multipart/form-data POSTed content in mod_perl 2.0

2004-08-30 Thread Scott Fagg
> -Original Message- > From: Markus Wichitill [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 31 August 2004 4:16 PM > To: Scott Fagg > Cc: > Subject: Re: handling multipart/form-data POSTed content in > mod_perl 2.0 > > Scott Fagg wrote: > > Can someo

Re: handling multipart/form-data POSTed content in mod_perl 2.0

2004-08-30 Thread Markus Wichitill
Scott Fagg wrote: Can someone point me in the direction of a worked example of handling multipart/form-data POSTed content in mod_perl 2.0 ? Closest i've come is a sample bit of code that just dumps the contents, but not parses it and i haven't been able to find any modules that help

handling multipart/form-data POSTed content in mod_perl 2.0

2004-08-30 Thread Scott Fagg
Can someone point me in the direction of a worked example of handling multipart/form-data POSTed content in mod_perl 2.0 ? Closest i've come is a sample bit of code that just dumps the contents, but not parses it and i haven't been able to find any modules that help in parsing.