Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment:

Update parent page

...

Code Block
java
java
public void setMyDoc(File[] myDocs) 
public void setMyDocContentType(String[] contentTypes) 
public void setMyDocFileName(String[] fileNames) 

The uploaded files can be handled by iterating through the appropriate array.

...