File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes Treat in memory string as file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Treat in memory string as file" Watch "Treat in memory string as file" New topic
Author

Treat in memory string as file

Aryan Khan
Ranch Hand

Joined: Sep 12, 2004
Posts: 289
Hi,
I am using java mail api for sending emails with attachments.
Java mail api supports attachments via FileDataSource and URLDataSource from JAF. Is there any way I can attach some in memory string as attachement rather than writing it to a file and attaching?
Thanks


OCP/MCP/SCJP/SCWCD/IBM XML/SCMAD/SCEA-1
Aryan Khan
Ranch Hand

Joined: Sep 12, 2004
Posts: 289
Here is the solution.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Treat in memory string as file
 
Similar Threads
Sending Mail via socket - attachments?
Post to an URL using HttpURLConnection
Java Mail in a Web application
Multiple attachemnts using java Mail API
JAXM