954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to view Mail attachments

Hi All

In my application attachments will store as BLOB in the database, when a person receive the mail how to view the attachment with out download it just like yahoo mail there are 2 links 1) View Attachment , 2) Download Attachment, i want similar functionality please some body help me in this regard, can some one send code for this functionality any help greatly appreciated.


Regards
Prasanna

prasanna_godugu
Newbie Poster
4 posts since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

The attachments for yahoo might be in a database, but the user that sent the attachment isn't going to be sending a link to access the attachment from there database. The attachment is just part of the email message itself. With Yahoo doing one particular way of allowing a user to access that attachment.

Are you creating a web based email system and want to imitate the yahoo functionality and they attachment object you're working with is stored in the database already for you? Or what exactly are you trying to do. Please be specific.

You might need a little more then just a jsp to do this functionality btw...

Regards,

Nate

hooknc
Posting Whiz in Training
219 posts since Aug 2005
Reputation Points: 11
Solved Threads: 8
 

Hi Nate

Thanks for reply ,it is not exatly a full mail system it is a intranet Medical project where users will ask for some calrification in feedback form by attaching bills as attachments , then the person who is responsible to answer will go thru mail and view the attachment , we need to perovide 2 facilities 1) he can view 2) he can save to disk , these attachments are stored in data base as blobs ,along with mail we will display 2 links, when he click on first one he wants to view it online ,second one then ha can save to disk, this attachments can be .doc or .pdf , could please provide me some peace of code how to view attachments online which are stored in database


Regards,
Prasanna

prasanna_godugu
Newbie Poster
4 posts since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

Well, actually the viewing the attachment with the web browser should be fairly easy. The browser will need to have some different plug-ins installed like adobe reader and ms office (Browsers might just open the products on their own, you'll just have to test.). Then when the user clicks on that link your servlet or action will have to return the document in each files mime type. (image/jpg, image/gif, are examples of mime type).

Then to get the user to download the file...that one seems a little more difficult to me. You might be able to intruct the user to right click on the link and then chose save as. Or there might be a javascript solution that when a link is click forces the save as dialog box to appear.

Regards,

Nate

hooknc
Posting Whiz in Training
219 posts since Aug 2005
Reputation Points: 11
Solved Threads: 8
 

Hi

Thanks for replay, sure i will try out this.

Thanks & Regards
Prasanna

prasanna_godugu
Newbie Poster
4 posts since Aug 2005
Reputation Points: 10
Solved Threads: 0
 

plz someone give tell me how to download attachment using jsp

vaishaliTanvi
Newbie Poster
1 post since Feb 2009
Reputation Points: 10
Solved Threads: 0
 
plz someone give tell me how to download attachment using jsp


Hi and welcome to the Daniweb forums :).

==========

Maybe you should start your own thread instead of posting in one that is three and a half years old :).
I am sure you will get the answer you need then.

crunchie
Most Valuable Poster
Moderator
20,095 posts since Feb 2004
Reputation Points: 1,142
Solved Threads: 985
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You