An attachment is a computer file attached to another element.
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!
2
votes
1answer
971 views
Multiple File Columns on a list
A client of mine need a list where each item can have 3 attachments. Each attachment would be tied to a column.
For example, if the list is called "Meetings", it would have two file columns; ...
1
vote
1answer
282 views
File Attachment control events in InfoPath 2010
Does anyone know of any kind of click events for the File Attachment Control in InfoPath 2010 forms? Here is a link to the control http://msdn.microsoft.com/en-us/library/dd958468(v=office.12).aspx.
...
3
votes
3answers
2k views
Enabling attachments with DataFormWebPart on a Blog template
As most of you probably know, once you customize a form and use DataFormWebPart you lose the attachments functionality.
After spending several hours investigating this subject, I've installed Hotfix ...
4
votes
1answer
352 views
Attaching a document to an item
Is there any way in SP 2007 of showing a column name and a file attachments dialog similar to the one that is displayed when clicking the link 'Attach' on a an list's newform.aspx but as a list column ...
2
votes
0answers
224 views
How do I display a jpeg attachment as an image rather than as a link on an InfoPath form?
After reading this article: InfoPath 2007 - Extracting Those Pesky Binary Attachments, I notice that Visual Studio is required in order to display the attachment file rather than as a link to the ...
5
votes
3answers
1k views
How do I fetch the attachments from an AttachmentsField control?
In WSS 3.0, I've got an edit form which includes an AttachmentsField control. It corresponds to the list of existing attachments, with delete links. In a normal edit form, if you delete an attachment ...
6
votes
2answers
768 views
Download file from a sharepoint site from code behind
I have an Image button in a custom 2010 webpart, on click of that I would like to download a file.
Code Used :
foreach (string filename in item.Attachments)
{
attachmentURL = SiteListURL + ...
0
votes
1answer
435 views
Unable to upload CHM file to SharePoint 2010
I already went to Central Admin and took off CHM in the Defined Blocked Types list but I'm still unable to upload a CHM file to my SharePoint list.
I keep getting the default error msg: "The list ...
1
vote
1answer
297 views
How to add attachment to new item silverlight client object model
I am trying to add an attachment to new item but I could only succeded to upload the attachment into the list's folder (not to list's attachment folder).
How can I achieve uploading the attachment on ...
2
votes
1answer
505 views
Attach document from SharePoint List to GridView
I have a SharePoint 2010 list, which has attachments!!
I am using a custom grid-view to display some selected List fields from the list.
I would like to include the attachment as an embedded ...
2
votes
1answer
2k views
custom attachment field in List
I would like to know, can I create a custom attachment field in a list. I know I already have one attachemnt field in the list, how ever I would like to have one more field, where I can attach files ...
2
votes
1answer
160 views
Read mails from a mail box in SharePoint 2010
Let's say I have a mail address , jithu@abc.com .
I will get mails from different mail Id's.
All mails have an excel sheet attached.
Excel sheet has two fields, 1) another email Id 2) A name
Now ...
2
votes
2answers
2k views
Attaching an Item to Survey List?
I was planning on giving user an option to upload files while answering a survey. Is it possible to attach an item to a survey list ?
Thanks
Joe
3
votes
3answers
362 views
Difference between Attaching a file & Uploading a file to the SharePoint site
I facing a weird issue. I am able to upload a 32 mb file to a Document Library. But I am unable to attach same file to a task. Do I need to change settings other than Central Admin?
I have set limit ...
1
vote
1answer
227 views
Uploading .exe to list works with default form, but not customInfoPath form
(please note: this question isn't about the validity of allowing .exe files to be uploaded - We know the risks, and have read all the alternatives. For us, using .exe is critical, as we have decades ...
4
votes
3answers
419 views
Attach file button not showing in forms
I have a custom list (clicked together on the portal site, so no custom templates) in which attachments were disabled and afterwards re-enabled. The "Attach file" action menu item does however not ...
2
votes
1answer
268 views
Blob Cache and List Item Attachments?
If I use the Blob Cache, are List Item attachments cached in it? Are there any special considerations for using the Blob Cache with list item attachments?
1
vote
2answers
420 views
Configure Sharepoint Server site to send email attachments
We want to use Sharepoint to send attachments to secure users email group. Basically sending attachment once if verified metadata that will indicate which email user group needs to receive the ...
2
votes
2answers
867 views
Workflow to sent attachments and mark completed in a List
My client emails the same document to users within the company and also outside the company. I would like to set up a workflow within SharePoint that will do this very same thing and mark a check box ...
6
votes
1answer
2k views
Attach a file to the list item
I attach file to the list item when it updating and when new item added. Additional condition when item updating - if the file already exists, remove it and replace the new.
I receive events ItemAdded ...
1
vote
0answers
391 views
Attaching a file to a new calendar event causes the vertical scroll bar to disappear
When I create a new calendar event and when I attach a file the vertical scroll bar disappears.
Edit
Providing a screenshot: http://imageshack.us/photo/my-images/820/demolh.png/.
Funny thing is ...
1
vote
1answer
292 views
AttachmentsField Object Causes Error
I'm trying to display download links for files attached to list items in my DVWP.
The below code was working fine until I switched to (by switching I mean, deleting and creating a new web part) ...
4
votes
1answer
768 views
Custom form: Attachments are half-broken
I've created a custom edit form, and the attachments functionality is half-broken. When I click the attach button, it takes me to the attach form and I can browse, select a file, and hit OK. That ...

