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 Code for Uploading File Without using JavaMail 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 "Code for Uploading File Without using JavaMail" Watch "Code for Uploading File Without using JavaMail" New topic
Author

Code for Uploading File Without using JavaMail

Bhagyaa Shree
Greenhorn

Joined: Jan 31, 2013
Posts: 2
I am working on Intranet Mailing system..
I am almost done with it.. i just need the code for uploading files/attachments in mail.
Please note that i have done it without using JavaMail Api.. Kindly suggest how to do so without JavaMail..
Thanks
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35240
    
    7
What is the connection between "file upload" and "mail"? What do you mean by "upload a file in mail"?


Android appsImageJ pluginsJava web charts
Bhagyaa Shree
Greenhorn

Joined: Jan 31, 2013
Posts: 2
I need code for "attachments in an email" without using Java Mail..
Thanks..
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35240
    
    7
Why would you not want to use JavaMail? That's how you send emails in Java (with or without attachments).
Nam Ha Minh
Ranch Hand

Joined: Oct 31, 2011
Posts: 346

Bhagyaa Shree wrote:I am working on Intranet Mailing system..
I am almost done with it.. i just need the code for uploading files/attachments in mail.
Please note that i have done it without using JavaMail Api.. Kindly suggest how to do so without JavaMail..
Thanks


Buddy, to my understanding, do you mean uploading files then sending a notification e-mail? The upload and e-mailing would be separated, right?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Code for Uploading File Without using JavaMail
 
Similar Threads
how to use uploaded file
progress bar and timeout functionality for file upload
microsft outlook functionality
how to upload using html or javascript?
how to send email using Java Program?