Versions Compared

Key

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

...

To perform an upload using an HTML form:

Code Block
html
html
borderStylesolidhtml
<form method="post" action="http://localhost:8080/fedora/management/upload" enctype="multipart/form-data">
  File to upload: <input type="file" name="file" size="50">
  <input type="submit">
</form>

...