I am using <t:inputFileUpload />
control of the Tomahawk library with JSF1.1.
My Extension Filters and form are set accordingly to allow a file of max-size 3 MB to be uploaded. But the problem is if a File is more than 3 MB the form doesnt get submitted but is shown again , and i cant set any <h:message>
for it .
So how do i tell the User the file upload has failed.
I have tried keeping <h:messages globalOnly="true"
but nothing gets shown.
I have followed BalusC blog post for setting up my uploads.