Testing the upload web script - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

This task demonstrates how to test an upload web script.

  1. Launch the upload form:
    1. Open a web browser and enter the following URL:
      http://localhost:8080/alfresco/service/multipart
    2. If prompted, log in with the user name and password:
      admin/admin
    3. Fill in the file, title, and description fields of the form.
    4. Click Upload.
    5. If you see a confirmation message detailing the name and size of the uploaded file, your web script is working.
  2. Locate the created document in the repository:
    1. Open a web browser and enter the following URL:
      http://localhost:8080/share
    2. If prompted, log in with the user name and password:
      admin/admin
    3. Click the Repository link in the Share header and locate the document whose name matches the uploaded file name.
    4. Examine the properties and content of the created document.