Re: [mp1] post2get and multipart/form-data

2005-05-07 Thread Stas Bekman
Frank Maas wrote: Hi Stas, Thanks for responding. this work I convert POST requests to GET requests (so the parameters are not lost, based on a Geoff-example) and make sure that they get populated to the subrequest (via a transhandler). This works... worked :-( what has changed since it was worki

Re: [mp1] post2get and multipart/form-data

2005-05-07 Thread Frank Maas
Hi Stas, Thanks for responding. > >this work I convert POST requests to GET requests (so the parameters are > >not lost, based on a Geoff-example) and make sure that they get populated > >to the subrequest (via a transhandler). This works... worked :-( > > what has changed since it was working?

Re: [mp1] post2get and multipart/form-data

2005-05-07 Thread Stas Bekman
Frank Maas wrote: Hi, After some time doing other things, I recently started to upgrade our installation. While doing this I got the new version of CGI.pm that uses XHMTL for default and, as a result, uses multipart/form-data as default encoding... Our websystem works in a 2-phase manner: a user re

[mp1] post2get and multipart/form-data

2005-05-06 Thread Frank Maas
Hi, After some time doing other things, I recently started to upgrade our installation. While doing this I got the new version of CGI.pm that uses XHMTL for default and, as a result, uses multipart/form-data as default encoding... Our websystem works in a 2-phase manner: a user requests an URI and