Hi Dirk,
I had the same problem and after spending the whole day trying things
out, I found something that works.
In WEB-INF/classes I created a class struts-messages.properties with
following content:
struts.messages.error.uploading=Fehler beim hochladen der Datei
struts.messages.error.fil
Which size limit are you exceeding?
http://cwiki.apache.org/confluence/display/WW/File+Upload#FileUpload-FileSizeLimits
The error message you are seeing is hard coded in commons upload. I
think all you can do is open up the struts.multipart.maxSize value to
be larger than the maximumSize intercept
Hello,
I am troubleling with the Fileupload in S2.
I want to have printed my own messages on failure of the file upload
which takes place in the interceptor.
I am uploading files exceeding the set maximum size
The documentation talks about the struts-message-properties, where is
declared:
s
3 matches
Mail list logo