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 admin and password 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 SkyVault content repository.
        - Open a web browser and enter the following URL: http://localhost:8080/SkyVault
- If prompted, log in with the user name admin and password admin.
- Navigate to the Company Home folder and locate the document whose name matches the uploaded file name.
- Examine the properties and content of the created document.
 
