Re: multipart/form-data request with 2 files with the same name - possible bug

2020-07-13 Thread Mark Thomas
On 13/07/2020 18:33, Builder Lynx Demo wrote: > My tomcat is configured to accept multipart/form-data posts.  Here is > the relevant portion in the WEB-INF/web.xml: >     >   505242880 >   505242880 >   5000 >   /home/pics >     > > Assuming both the files are larger than 5000

multipart/form-data request with 2 files with the same name - possible bug

2020-07-13 Thread Builder Lynx Demo
Hi, I'm using Tomcat 8.5.15 on Linux (CentOS 7). Imagine the following scenario: I have a web page with a form with a structure like:      ... The user selects two different files.  However, both files have the same name (they reside in different directories on the users computer).  So the