The attachment tag has no wiki summary.
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
12 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
17 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
30 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
25 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
43 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
28 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
13 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
14 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
16 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
29 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
79 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
52 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
45 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
53 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
38 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
47 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
61 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
30 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
37 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
29 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
38 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
58 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
81 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
153 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
29 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
126 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
45 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
30 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
50 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 ...
0
votes
0answers
64 views
How to send email with ZIP attachments from web server in Python
I have a question about sending an email with ZIP attachments in Python. Here is how I am doing it:
def send_mail(send_from, send_to, subject, text, files=[], server="localhost"):
assert ...
0
votes
0answers
21 views
Need to associate a file with only our app and not associate other files with our app, consistently across Android devices
My app requires that a client x509 certificate be installed into the app key-chain The client certificate is delivered to the app via email attachment. The certificate is in a PKCS#12 (.p12) ...
1
vote
2answers
34 views
Inline attachments in ROR 2.3.8
I can find that attachments.inline can be used to render inline attachments in email but i am unable to do that as we are using rails 2.3.8. Is there a way by which I can still do this? I badly want ...
0
votes
0answers
34 views
Swiftmailer file attachment stops script when input left empty
Ive got the following PHP file which uses the Swiftmailer library handle a contact form on my website. It works OK at the moment unless the file input on the form is left empty, in which case it ...
0
votes
0answers
43 views
attachment and highlight result with FOQElasticaBundle symfony2
In my project I have a Worker entity that have many Document entity. they are stored in separated table. In worker entity I have the following fields:
name_in_kh(string)
name_in_en(string)
documents ...
0
votes
1answer
116 views
FPDF email attachment and outlook
I am trying to work with FPDF and attach the resulting file to an email. I have seen this post Email PDF Attachment with PHP Using FPDF and the answer given works when sending an email to my self and ...
0
votes
1answer
277 views
Send mail Task with an attachment in SSIS package
In my ssis Package I have Data Flow task in sequence container. OLEDB is the Source and Flat file is Destination.
I have given a variable for the Location of the flat file ...
0
votes
0answers
55 views
Have custom label for file attachments per node in Drupal 7
I have added file upload capability to our "Basic Page" content type in Drupal 7. We can now create a new piece of content and upload files to it. The problem is the default label for file attachments ...
