# Upload attachments

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/list-activities/upload-attachments/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/list-activities/upload-attachments/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


This activity uploads list item attachments from a SharePoint Document Library, web, or local disk. The attachments multiline text field supports URLs and local disk paths. Both HTTP and HTTPS requests are supported.

![Upload attachments activity in the SharePoint Workflow Designer with attachment paths and a list item URL](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/upload_attachments_1.png)

## **SharePoint Workflow Designer Phrase**

Upload **this attachments** to list item at **this list item url**.

**Parameters**


| Parameter | Description |
|---|---|
| this attachments | List of attachments. Each attachment can be a file path or a web link.; Examples:; `http://mysharepoint/MyDocs/Shared%20Documents/MSOMS.pdf`; `c:\publicfolder\report.pdf`; `http://externalserver/report.pdf` |
| this list item URL | **Optional**. Full list item URL. If the list item URL is empty, attachments will be uploaded to the current item.; Examples:; `http://mysharepoint/Lists/List%20with%20Approve/1_.000`; `http://mysharepoint/Lists/List%20with%20Approve/DispForm.aspx?ID=1`; `http://mysharepoint/Lists/List%20with%20Approve/EditForm.aspx?ID=1` |

