DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38163>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38163 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-07 08:45 ------- tried to do a work-around with in Form class having public void setFile(Object obj) { if (obj instanceof FormFile) { this.file = (FormFile) obj; } else { log.info("obj instanceof " + obj.getClass().getName() + " - therefore setting to null"); this.file = null; } } but this way, the method is never called and even attachments of compliant browsers then are ignored :( I guess the short-term solution will be to switch for user-agent's whether to show the html:file or not. :( -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
