Without any information on how you are configuring FileUpload, which container you are using, how big the files are that you are trying to upload, whether or not the size of the files makes a difference to how many you can successfully upload, and the stack trace that you are seeing when things go wrong, we really don't have much to go on, no matter how often you post the same question. ;-)
By the way, I recommend against using FileUpload from within a JSP page in the first place. JSP pages are intended for text-based presentation, not parsing of binary uploads. You should do this from within a servlet instead. -- Martin Cooper "Florian Kiebel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I make more tests and I obtain this With 4 file field there is no problem With 5, the jsp page doesn't parse the request Do you have any ideas? Florian Kiebel -----Message d'origine----- De : Florian Kiebel [mailto:[EMAIL PROTECTED] Envoy� : jeudi 22 avril 2004 10:42 � : [EMAIL PROTECTED] Objet : TR: FileUpload limit ? It's only a question Hello ! I'm new in this mailing list but I think all people here could help me with my little problems. I'm using FileUpload component in my Jsp application. I would like to know if FileUpload permit to upload several files on the same jsp page. I explain I have a form with 8 file fields and there are also 8 hidden fields associated to the others. All this stuff is in form.jsp. I have a jsp called result.jsp in which I upload the 8 files coming from form.jsp. But I have an error like ServletException and result.jsp cannot parse the request. With 3 files I have no problems, so I don't understand anything. Could you please help a newbie? Thanks to all. Florian Kiebel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
