<%@ page import="org.apache.struts.action.*, java.util.Iterator, org.apache.struts.webapp.upload.UploadForm, org.apache.struts.Globals" %><%@ taglib uri="/tags/struts-bean" prefix="bean" %><%@ taglib uri="/tags/struts-html" prefix="html" %><%@ taglib uri="/tags/struts-logic" prefix="logic" %> File Upload Example

Please enter some text, just to demonstrate the handling of text elements as opposed to file elements:

Please select the file that you would like to upload:

If you would rather write this file to another file, please check here:

If you checked the box to write to a file, please specify the file path here:


This form is to test Bug 38534. If this bug is fixed then perversly a NestedNullException will be thrown by BeanUtils's populate method, but the application should continue to function after that. If its not fixed then the result page will be shown BUT after that the application will no longer function.



Submit For Bug 38534