Tagged Questions

0
votes
0answers
62 views

File Attachments in Lists in SharePoint 2007 - how can I limit what kinds of files users can attach to list items?

Hello all, I am working with a custom anouncements list, and I am allowing users to upload documents as file attachments to list items (pretty standard SharePoint functionality, I know). What I would …
1
vote
1answer
193 views

Creating a couchdb standalone attachment using cURL.

I am currently playing with couchdb and testing out the 'standalone attachments' feature, which is described near the bottom of this page. I am trying to use curl's --data-urlencode feature to send …
0
votes
0answers
22 views

blackberry development when to use mimebodypart and supportedattachmentpart?

I am wanting to send images from my blackberry application and getting confused over the various BodyPart classes that I can use. Does anyone have comments on best practices for each of the types? …
0
votes
1answer
138 views

How do I get the base URL (e.g. http://localhost:3000) of my Rails app?

I'm using Paperclip to allow users to attach things, and then I'm sending an email and wanting to attach the file to the email. I'm trying to read the file in and add it as an attachment, like so: # …
0
votes
1answer
266 views

Problem in sending excel file as attachment using mail function in php?

Hi, I have used this code from link below to send excel file as attachment. http://www.hotscripts.com/forums/php/22626-php-form-excel-then-send-email-attachment.html Here is the code I have used: …
0
votes
0answers
86 views

Can’t filter filenames in Talend Open Studio using regular expressions

Hi to all! This question is about Talend Open Studio code. I use tSendmail component as a child job, that needs to be run when parent job fails (tFtpPut). However, in tFtpPut, file names are …
3
votes
2answers
509 views

SOAP with Attachment (SwA) in C#

Hi all, I need to use .NET in order to consume a JAVA written SOAP service which expects simple MIME attachments on some of its method. Does anybody know how to accomplish it? I could not find any …
1
vote
2answers
73 views

any open source libraries to extract photo/video attachments from email and/or MMS which take care of “hundreds” of test cases

I want to allow users to upload photos and videos with their mobile phone by sending the photo/video to an email address. Cal Henderson in "Building Scalable Web Sites" mentions that Flickr has …
1
vote
1answer
51 views

sharepoint - Add an Attachment to a ListInstance Data Node?

Is it possible to add an attachment within the ListInstance when specifying Default records for a list when creating it with a Feature in MOSS?
0
votes
1answer
318 views

How do I add attachments to MOSS list from WSS doc library?

Following a recent merge of companies, we are in the process of migrating documents from WSS off one server to MOSS on another, along with reviewing our filing structure. I've created a list which …
0
votes
0answers
106 views

Opening email files that have attachments in c#.net

Right now when we open up a email file that has been saved, and it has an attachment the attachment is read-only. We need the attachment to be able to be clicked and opened just like it is when you …
0
votes
1answer
129 views

How do I use a link instead of the browse button to attach a file?

I have a form like the following: <form id="submit_idea" name="submit_idea" method="post" action=""> <a class="attach" title="Attach a file" onclick="clickAttachment()" …
0
votes
3answers
661 views

Zend Framework: Fatal error when trying to use Zend Mail Transport to send multiple emails with attachments

I don't totally understand how all this works, but I'm getting this error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 261858 bytes) in …
1
vote
3answers
1k views

Outlook HTML Mail - changing linked items to embedded

I'm attempting to send HTML formatted emails using C# 3 via Outlook.MailItem Outlook.MailItem objMail = (Outlook.MailItem)olkApp.CreateItem(Outlook.OlItemType.olMailItem); …
0
votes
4answers
242 views

How should I go about getting and processing an (Exchange) email attachment?

I need to get a zip file from an email attachment, unzip it and copy it somewhere. What would be the way I should go about it? I'm currently googling around things like 'Exchange API' and …

1 2 next
15 30 50 per page