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