You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by Apache Wiki <wi...@apache.org> on 2006/08/18 17:39:42 UTC

[Struts Wiki] Update of "StrutsFileUpload" by OttoPalminkoski

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.

The following page has been changed by OttoPalminkoski:
http://wiki.apache.org/struts/StrutsFileUpload

------------------------------------------------------------------------------
  {{{
     <html:form action="/uploadMyFile.do" enctype="multipart/form-data">
  
-          Select File: <html:file property="myFile"/> </br>
+          Select File: <html:file property="myFile"/> <br/>
  
           <html:submit value="Upload File"/>
  
@@ -47, +47 @@

         private FormFile myFile;
  
         public void setMyFile(FormFile myFile) {
-            this.myFile = myfile;
+            this.myFile = myFile;
         }
  
         public FormFile getMyFile() {