The DeferredFileOutputStream used in Commons FileUpload 1.1 is the one from
Commons IO (in FileUpload 1.0 it was a commons FileUpload class) - so if
you're still seeing the same exception referencing
"org.apache.commons.fileupload.DeferredFileOutputStream" then that would
indicate you're still usin
Ben gmail.com> writes:
>
> I defined an ActionForm of which it has a FormFile. Prepopulation is
> not needed for this ActionForm. Configuring this ActionForm is similar
> to any other forms and here is the exception. I get this exception
> when I startup/shutdown Tomcat.
...
> 2005-11-11 09:45
I defined an ActionForm of which it has a FormFile. Prepopulation is
not needed for this ActionForm. Configuring this ActionForm is similar
to any other forms and here is the exception. I get this exception
when I startup/shutdown Tomcat.
ActionForm:
public class UploadForm extends ActionForm {
p
Ben wrote:
Hi
Could someone please let me know how to make FormFile work in the
session scope? It always gives me Serializable exception.
I need to use FormFile in session scope.
FormFile is an interface, so I assume it's the particular implementation
you're working with that's failing to se
4 matches
Mail list logo