Re: Practical multipart handling

2020-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/27/20 14:46, Christopher Schultz wrote: > Mark, > > On 3/27/20 13:35, Mark Thomas wrote: >> On 27/03/2020 15:52, Christopher Schultz wrote: >>> On 3/26/20 18:44, Konstantin Kolinko wrote: > >> > I think that those are available via

Re: Practical multipart handling

2020-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 3/27/20 13:35, Mark Thomas wrote: > On 27/03/2020 15:52, Christopher Schultz wrote: >> On 3/26/20 18:44, Konstantin Kolinko wrote: > > > >>> I think that those are available via the standard >>> request.getParameter(name) API. >> >> That

Re: Practical multipart handling

2020-03-27 Thread Mark Thomas
On 27/03/2020 15:52, Christopher Schultz wrote: > On 3/26/20 18:44, Konstantin Kolinko wrote: >> I think that those are available via the standard >> request.getParameter(name) API. > > That doesn't work. Mixing request.getParameter() and request.getParts > results in request.getParameter*

Re: Practical multipart handling

2020-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 3/26/20 18:44, Konstantin Kolinko wrote: > чт, 26 мар. 2020 г. в 18:03, Christopher Schultz > : >> >> All, >> >> I'm developing my first multipart handler since .. I dunno, >> maybe 2005? This is the first time I'll be using the

Re: Practical multipart handling

2020-03-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Michael, On 3/26/20 12:36, Michael Osipov wrote: > Am 2020-03-26 um 16:03 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> All, >> >> I'm developing my first multipart handler since .. I dunno, >> maybe 2005?

Re: Practical multipart handling

2020-03-26 Thread Konstantin Kolinko
чт, 26 мар. 2020 г. в 18:03, Christopher Schultz : > > All, > > I'm developing my first multipart handler since .. I dunno, maybe > 2005? This is the first time I'll be using the Servlet 3.0 multipart > handling, of course through Tomcat. Some of these questions may have > answers which are

Re: Practical multipart handling

2020-03-26 Thread Michael Osipov
Am 2020-03-26 um 16:03 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm developing my first multipart handler since .. I dunno, maybe 2005? This is the first time I'll be using the Servlet 3.0 multipart handling, of course through Tomcat. Some of these

Practical multipart handling

2020-03-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm developing my first multipart handler since .. I dunno, maybe 2005? This is the first time I'll be using the Servlet 3.0 multipart handling, of course through Tomcat. Some of these questions may have answers which are