RE: upload file filter in struts

2004-07-26 Thread Kailash Vasani
various API used below (http://jakarta.apache.org/commons/fileupload/apidocs/index.html) Regards, Kailash -Original Message- From: vijaya shetty [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 7:05 AM To: [EMAIL PROTECTED] Subject: upload file filter in struts Hi I have an

upload file filter in struts

2004-07-26 Thread vijaya shetty
Hi I have an struts application which does the authorisation in filters. Authorisation is done using the request.getParameter("menu"). This filter works very fine But fails when the the request is of enctype="multipart/form-data". i.e when i am using the file upload in the page. To solve this