https://bz.apache.org/bugzilla/show_bug.cgi?id=69721

--- Comment #2 from Paolo B. <pi...@tiscali.it> ---
<form id="native" name="native" method="post" action="/testUpload"
enctype="multipart/form-data">
  <input type="hidden" name="native" value="native">
  <input id="native:upload" type="file" accept="image/*" name="native:upload"
multiple="multiple">
  <input id="native:submit" type="submit" name="native:submit" value="Upload">
  <input type="hidden" name="jakarta.faces.ViewState"
id="j_id1:jakarta.faces.ViewState:1"
value="-3809052208015631471:-9183649611848950610">
</form>

if you configure on server.xml

maxParameterCount="10000" 
maxPartCount="5" 
maxPartHeaderSize="-1"


The limit seems to be 2 files

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to