Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

You can obtain the MultipartRequestWrapper from the ServletActionContext or by utilizing the fileUpload interceptor. The fileUpload interceptor is preferred.

Note

See the file upload page for more examples and advanced configuration

Ask the ServletActionContext

...

Code Block
java
java
public File getMyDoc()
public ContentTypeString setMyDocContentTypegetMyDocContentType()
public String setMyDocFileNamegetMyDocFileName()

Handling multiple files

...