The attachment tag has no wiki summary.
1
vote
2answers
18 views
Error while saving attachment
I am new to Python and getting an error which I am not able to get past.
Writing a code to go through my outlook and extract attachment(excel) if subject matches a given string. Here is the code:
...
0
votes
1answer
13 views
Attaching file with SSIS by matching filename with value in SQL table
I have a SQL table which structures as
Serial EMAIL
543 ali@hotmail.com
789 paul@gmail.com
485 paul@gmail.com
654 sam@yahoo.com
and then I have pdf attachments in a folder where ...
0
votes
1answer
12 views
How to temporally deactivate onbeforeunload-message in combination with content-disposition: attachment?
I have one page insert.php where the user can make inputs into a form.
I use javascript to inform the user about possible loss of inserted data when the page is closed.
<script ...
0
votes
0answers
21 views
Outlook VBA Save Attachment Code failing
I have found code online that I want to use to save attachments from an email folder but it doesn't work. I'm not much of a programmer and this suits my needs it seems like. Would greatly appreciate ...
0
votes
0answers
19 views
Creating Custom Simple Mapi DLL, fails when executing
i need to create small dll to intercept simple mapi calls and send files via:
file->Send to as attachment (in excel, word, acrobat reader...)
or via explorer->rightclickmenu->Send to->Mail recipient
...
0
votes
1answer
16 views
PHP - Attach multiple files to email, files attached are blank?!!?
This is just a sample of the code, essentially I have a form with 4 files to upload. The files are successfully saved on my server in a designated folder. However, I obviously am not attaching them ...
0
votes
1answer
34 views
Read the first line of the email message and forward with attachment - java.mail
I have a requirement where I need to process the first line in the email message and, possibly, forward it.
But the problem happens when this message has attachments. And I need to forward them as ...
0
votes
0answers
18 views
attachment from cURL in phpMailer
I'm trying to retrieve file from URL and attach it to mail created using phpMailer class. The main point is to not save file on the server's hard drive. File is retrieved from server using following ...
0
votes
0answers
11 views
No disposition in php imap email structure to indicate an attachement
I'm having an issue getting attachements from emails using the PHP IMAP functions. In theory the attachments should be identifiable with [disposition] => ATTACHMENT or similar. But I am simply not ...
0
votes
1answer
14 views
Wordpress get attachment of post doesn't work
I'm trying to retrieve all the attachment of a specific post, but it doesn't work for the moment. Here is the code :
$args = array(
'post_type' => 'attachment',
...
0
votes
0answers
9 views
CouchDb - Difference in local and remote replication process - md5 attachment digest is missing
I have CouchDb database with documents containing attachments. Each attachment has md5 hash in "digest" field. When I make a local-to-local replication these fields are saved and everything seems to ...
0
votes
0answers
21 views
Rails, Paperclip: How do I copy an attachment within a model and get it there with the scaled thumbnails?
I'm building an editor/viewer for a user's work samples. I have a work sample model called work_sample_item that contains a paperclip attachment "work" and another called "representation".
The idea ...
1
vote
2answers
32 views
How can I modify django-postman to allow sending of attachments?
It doesn't seem as if django-postman supports attachments so I'm trying to add attachment support. I'm thinking of doing it by creating another set of models that will refer to a postman message and ...
1
vote
1answer
35 views
How to attach a flat file into informatica Email?
I want to send a mail to some users after workflow is done. This email should contain 3 xls file or 1 xls file with 3 sheets. The xls file contains a query result -less than 50 rows- which is loaded ...
0
votes
1answer
47 views
How do I read the attachment content on a Defect
Using the Rally Java Rest API, after I get the AttachmentContent object, how do I actually get the bytes which hold the content?
-2
votes
0answers
29 views
Joomla! Attachment extension for my component [closed]
I need to add attachments in my own component. I tried to do it by means of Attachment Extension plugin, but I not found right documentation for new version of this extension. Existing documentation ...
-2
votes
0answers
15 views
Paper clip attachment on modal form [closed]
When I attach file using paper clip in modal window after submitting the form file is getting saved but not closing the modal dialog box
0
votes
1answer
23 views
PHPMailer AddAttachment remote file
$remote_path = 'http://bucket.s3.amazonaws.com/whatever.txt';
$mail->AddAttachment($remote_path);
This doesn't work because PHPMailer wants a local file, or binary data. It tried this too:
$data ...
2
votes
0answers
19 views
How to get/extract an attachment file from a webservice reply (with Suds)?
I need to extract an attachment from a soap webservice response.
I'd like to keep using the Python Suds client.
I can't find a way to extract this data in the Suds API. There should be a way to do ...
0
votes
1answer
31 views
List the attached PDF, and catagory from posts. Wordpress
I'm trying to make a custom Wordpress template/page where I list the attached PDFs from posts in several sub-categories.
I have found several snippets, but I can't get them to work.
My PHP skills are ...
1
vote
0answers
92 views
Rails 3, ActionMailer with AWS SES and attachments in Sparrow and Apple Mail
I am experiencing problems with ActionMailer, AWS SES and attachments (not inline) in Rails 3.2.13. When viewing the email in Gmail, it's displayed without any problems. When viewing it in Apple Mail ...
0
votes
0answers
20 views
Thunderbird Addon. Add an attachement
Good afternoon everyone.
I would like to know how to create and save an attachement for my Thunderbird Addon.
My addon is calling one .exe who's sending back to my addon one URL.
I already tried this ...
0
votes
2answers
55 views
Which HTTP method to use for file downloading?
In my site users can download their files. But files are generated by using PHP. So what's HTTP method should I use for sending request for download as file attachment? GET or POST?
-2
votes
0answers
12 views
Slow Download of phpbb3 Attachments [closed]
Downloading files attached to my phpbb3 forum posts is very slow, and I'm unable to discover the root of the problem.
The attachmentn do download, but it takes over two minutes for the file transfer ...
0
votes
0answers
44 views
Intent to view jpeg email attachments?
I made an image viewer that opens an image using its file name. It also works when you click an image in a file manager using the URI, and I set it as my default viewer.
However, if I get an email ...
0
votes
0answers
47 views
PHP: Mail multiple attachments headers
I'm trying to e-mail with multiple attachments within the mail. So far i succeeded to mail with one attachment, but I can't figure out how to send multiple files in one e-mail.
$uid = ...
0
votes
0answers
59 views
InfoPath attachment in a repeating table
First of all, Thank You. Here is my Boondoggle...
Currently, users are required to do regular training which is printed
and stored in user's manila folder.
My objective:
Create a SharePoint List ...
0
votes
1answer
43 views
How do I get the size of a response attachment in SoapUI?
I'm performing a series of file uploads and downloads through a WSDL defined interface in SoapUI (not Pro). The built-in assertions to verify these attachments are insufficient. I've found some ...
0
votes
0answers
37 views
“No child processes” when attaching video file with Paperclip FFMPEG
I am trying to attach a video file using "Paperclip FFMPEG" gem and I get the following error:
No child processes - No child processes
The screen shot below displays more error details:
I am ...
-1
votes
1answer
39 views
how to make GET request to the download file [closed]
One site now have made special download-link generator. Now it is possible to download content on the page of submission and outside of submission page (e.g. by giving download-link on another site) ...
0
votes
1answer
48 views
Get just the url of attachment javamail api?
I want to save the url of attachment into mysql database in order to download it from mobile client (iphone) when user demand downloading attachment.
String disposition = part.getDisposition();
...
0
votes
0answers
10 views
Download attachments without browser
Does anybody know if it's possible to attach a big file to an e-mail and open it without opening a browser window? I mean, if I attach a small file, the file goes with the e-mail and I can open it ...
0
votes
1answer
18 views
Retrieving a particular attachment using IMAP
For example if an email has multiple attachments as follows:
song.mp3 7 MB
guide.pdf 2 MB
image.jpg 60 KB
Is it possible to retrieve only the image attachment without downloading the whole ...
0
votes
1answer
64 views
unable to attach file to an ACTION_SEND intent
I'm trying to attach a text file to an email and I'm getting a weird error that I hope someone can help me with. It works fine when the user selects the gmail app from the chooser, but if they select ...
1
vote
1answer
33 views
paperclip saving files but not reading them
I'm working on a project that requires attachments. Specifically, I need to attach pictures to a product model.
That said, I followed a railscast (link here) and I followed most of the instructions ...
0
votes
0answers
48 views
attach file to iCalender request
I'm trying to email meeting requests (using the icalendar specification) to clients. I can get the meeting requests to be recognized by both Outlook 2010 and Google Mail/Calendar, however I find that ...
0
votes
0answers
30 views
PHP Mailer and attachments
I am trying to send and recieve travel confirmation emails to worldmate's email parser. What it does is it parses travel info out of a confirmation email from an airline or travel site such as ...
0
votes
1answer
40 views
Array of attachment type - how to get a filename for highlighted fragment?
I use ElasticSearch to index resources. I create document for each indexed resource. Each resource can contain meta-data and an array of binary files. I decided to handle these binary files with ...
0
votes
0answers
62 views
MS Dynamics CRM work with attachements. show attachment in custom field
I have a question about attachments. I know that attachment is stored in annotation entity. How can I create a custom field in my entity for displaying the last attached file? If it's possible, then ...
3
votes
2answers
87 views
How to create resized versions of images programatically uploaded with wp_insert_attachment
I'm programmatically uploading images to my Wordpress media gallery and setting them as my post's featured image, which is working quite well.
I'd like to generate thumbnails of these featured ...
0
votes
0answers
23 views
How to send an email with an attachment in python [duplicate]
I have a script that creates a csv file that I need to also send in an email as an attachment. I haven't been able to find a working example of how to do this so far. Is there "standard" code to do ...
0
votes
2answers
165 views
Outlook doesn't recognise ical attachment
I have to send calendar invites from a classic ASP application to be received into Outlook. Using various different email components (ASPEmail, ASPMail, JMail) I have sent mails with attachments but ...
-2
votes
1answer
28 views
Dynamic list from dropdownbox [closed]
Sorry for a stupid question, but I really don't know how to call that.
I need some sort of a dynamic list that you can change by choosing item from the dropdownbox.
Also, you can delete item from list ...
0
votes
1answer
26 views
Multipart Entity for perl for attaching a file through API not working
I have the following code and want to attach a file using an API. This code is delivering me the URL but the file is not getting attached.
#!/usr/bin/perl
use LWP::UserAgent;
$ua = ...
1
vote
1answer
30 views
How do you clear the default attachment title from Wordpress 3.5 uploads?
I would like to clear the default "filename" from the image title when I upload a new image. I tried using the code below with no luck.
add_action( 'add_attachment', 'my_upload_title', 99 );
...
0
votes
0answers
37 views
Multipart entity for POST in perl not working
Here is my code: I am getting the URL as response but the desired file is not getting attached through API. Please suggest.
#!/usr/bin/perl
use LWP::UserAgent;
$ua = LWP::UserAgent->new;
my ...
0
votes
2answers
139 views
How to create PHP email form with optional file attachment field
I was testing a PHP Form for my client, when I realized that file attachment wasn´t optional, I have the full code here (it´s pretty long). Form works fine, but if you don´t choose any file, the ...
0
votes
1answer
46 views
Email pdf attachment + attachment from server
I would like to send 2 attachments with one email. The first is from an fpdf class. This works perfectly. Now the second attachment needs to come from a folder on my server. But I can't seem to get it ...
2
votes
1answer
31 views
Code for attaching an image created from data to an e-mail and sending works in the test.php file but not in my main object function. What is wrong?
My php file gets passed image/png data and needs to attach it to an e-mail and send said e-mail.
Here is working code from a test file:
<?php
include("include.php");
$subject = "Laptop Collection ...
0
votes
2answers
52 views
How to deal with folders in a File Cabinet by script?
I'm interacting with a Google Site File Cabinet by script. No problem to add some new attachments to a given page.
But I would like to deal with Folders in File Cabinet by script.
Is it possible? If ...
