Top "Attachment" questions

Any additional content added to a digital object, such as an email attachment.

How to index a pdf file in Elasticsearch 5.0.0 with ingest-attachment plugin?

I'm new to Elasticsearch and I read here https://www.elastic.co/guide/en/elasticsearch/plugins/master/mapper-attachments.html that …

pdf elasticsearch plugins attachment elasticsearch-plugin
php: download variable content as file

Is the subject possible? I have a script executing. At one point I have a large piece of text in …

php file download attachment
How to send POST request and get file response?

I want to send POST request (like html form) and get file (HTTP header: "Content-Disposition: attachment; filename="myfile.pdf"). Can …

java post attachment http-post content-disposition
How to download the current page as a file / attachment using Javascript?

I am aware of the hidden iFrame trick as mentioned here (http://stackoverflow.com/questions/365777/starting-file-download-with-javascript) and in other answers. …

javascript download attachment
Images in email: link or embed?

I noticed that almost all email messages I get do not embed images, but link them from the http instead (…

html image email attachment
C# Add attachment to mailmessage without knowing the extension

A system generates files with different extensions. Those files have to be sent to an email address. How can I …

c# email smtp attachment mailmessage
How to send/open email attachments from android app?

I would like to somehow send a file from my app on one android device to my app on another …

android email attachment file-sharing
Send email with attachment in Ruby

I need to send an email with an attachment via Ruby. Been searching around but haven't found any simple script …

ruby email attachment
Bash Script using mailx to mail attachment

I have a bash script that runs a query in postgres, it outputs to csv. I want to add to …

bash shell csv attachment mailx
Adding an PDF attachment when using Zend_Mail

What is the right way to add an attachment when using Zend_Mail? I keep getting the following error when …

php email zend-framework attachment zend-mail