On 01/09/2010 22:04, Paul Szynol wrote:
>=20
>=20
> Hi, folks, I am using apache's fileupload jar in a couple of webapps,
> and one of them just started throwing this exception when the user trie=
s
> to upload an image bigger than 1 meg.
>=20
> org.apache.commons.fileuploa
> d.FileUploadBase$IOFileUploadException: Processing of
> multipart/form-data request failed. /upload__529be8aa_12acec7e12c__8000=
_000
> 00000.tmp (Permission denied)
I'm not tremendously familiar with the error messages generated by
fileupload, but there is a configurable limit to the size of file which
can be uploaded.
Have you set this limit manually?
Can you post the full stacktrace rather than a small segment?
p
|