1 Reply Latest reply on Feb 1, 2006 9:38 AM by amylashley

    Using Jakarta Commons Fileupload

    amylashley

      I'm trying grab a file via an html form and process it using the Commons fileupload function. The issue I see is that when I do this I need to declare the form to be multipart. Like this:


      But when I do this, the processAction method gets nothing from the request.

      I have to have this enctype set or else I get errors saying that I'm not sumbitting a multipart form.

      Can anyone tell me what I'm doing wrong?