On Tue, 2008-03-11 at 12:01 -0700, jorge08 wrote:
> Yes, but the problem is that my uploadAction method in my backing bean does
> NOT get executed when the file name is invalid or the file does not exist.
> Nothing happens when I click on the command button.

Does the browser actually send anything back to the server in that case?
If not, then there is nothing that can be done about that on the server
end...

For firefox, you can check this by installing the excellent
"live-headers" addon, and seeing what data (if any) the browser sends to
the server. Tracking that info down for other browser types is a little
more difficult..

Regards,
Simon

Reply via email to