1
vote
0answers
32 views

how to copy List item attachment to document library with SharePoint Designer workflows?

I have SP Foundation without access to the server local folders, so my only change is through Sharepoint designer as far as I know. how can I copy a List item attachment to document library with ...
0
votes
1answer
375 views

Method behind attachment, for custom pages

This may be a poorly formed question, but I'm fairly new to sharepoint. What I'm doing is creating a custom page (just basic HTML and JS), and using that page to call SPAPI and SPServices to input ...
0
votes
0answers
182 views

Attachments on custom forms

I have some lists on my SharePoint site that use custom new and edit forms. I found that these custom forms would not allow attachments. Implementing the Microsoft solution from here has solved the ...
0
votes
2answers
714 views

How can i show attachments as images in a DataView Web Part

I know i can show document attachments this way: <xsl:element name="SharePoint:AttachmentsField"> <xsl:attribute name="runat">server</xsl:attribute> ...
1
vote
1answer
307 views

Check if attachment in SPD Workflow

Is it possible to check if an attachment is attached to the current listitem? I can check if Attachments equals or not equals to a value, but not if empty. What value should I fill in then? Thanks!
1
vote
1answer
578 views

How can I have a user attach a file to a workflow task?

I'm using sharepoint designer 2010, custom list. I have created workflow on that list. I need to enable the user to enclose a file to the workflow task: What kind of task I need to use? P.S. I'm ...
6
votes
7answers
7k views

I want a workflow that will email attachments

I'm creating a custom list for a helpdesk app. I want the user to fill out a form in sharepoint (2010) and add attachments from screenshots, etc. The workflow should send an email to our helpdesk ...