Hi,
 
I'm using the earlier version of this. In that I could not find the Extensions Filter in the Jar with this Filter Class
 
org.apache.myfaces.webapp.filter.ExtensionsFilter.
SOI cannot use this.
 
Regards,
Chandru.
----- Original Message -----
Sent: Tuesday, August 01, 2006 5:52 PM
Subject: RE: Pleas e respond to my problem of file upload;

What version of myfaces are you using?
 
If it's 1.1.3 the location/package of the extensions filter has changed, and your web.xml should be configured like this:
 

<filter>

<filter-name>extensionsFilter</filter-name>

<filter-class>org.apache.myfaces.webapp.filter.ExtensionsFilter</filter-class>

<init-param>

<param-name>uploadMaxFileSize</param-name>

<param-value>100m</param-value>

</init-param>

<init-param>

<param-name>uploadThresholdSize</param-name>

<param-value>100k</param-value>

</init-param>

</filter>

Regards,

 

Eivind



From: Chandra Sekhar [mailto:[EMAIL PROTECTED]
Sent: 1. august 2006 13:59
To: MyFaces Discussion
Subject: Pleas e respond to my problem of file upload;

I'm attaching the file Upload bean,facesConfig.xml and web.xml please help me out of this issue.I'm getting a null pointer Exception.Please help me out of this.
 
Regds,
Chandru.

Reply via email to