Re: Email attachment without first uploading the file to the server?

2002-05-22 Thread Roland Dong
Richard, Thank you so much! I will do that. Roland On 5/22/02 12:09 AM, "Richard Yee" <[EMAIL PROTECTED]> wrote: > Roland, > Search the Servlet-Interest archives for messages having the subject of: > Sevlet Upload Question > and > Re: Sevlet Upload Question > > There was a discussion about c

Re: Email attachment without first uploading the file to the server?

2002-05-22 Thread Roland Dong
Ok, Andy. This is the scenario: User navigates to send.html page---user clicks 'browse' button to find the file to be sentuser clicks 'send' button---the mail sends out the file with email. The problem with the jsp program I have right now is when user click 'send', the file is uploaded to

Re: Email attachment without first uploading the file to the server?

2002-05-21 Thread Richard Yee
Roland, Search the Servlet-Interest archives for messages having the subject of: Sevlet Upload Question and Re: Sevlet Upload Question There was a discussion about changing Jason Hunter's file upload code so that it generated a unique filename for the upload file or it stored the file in memor

Re: Email attachment without first uploading the file to the server?

2002-05-21 Thread Andy Engle
On 5/21/02 10:15 AM, "Roland Dong" <[EMAIL PROTECTED]> wrote: > I am writing a jsp program in which user can send email attachment. Since > users are not allowed to upload file from their local machine to the server. > Is there a way to write a jsp program which can send out the email > attachme

Email attachment without first uploading the file to the server?

2002-05-21 Thread Roland Dong
Hi, I am writing a jsp program in which user can send email attachment. Since users are not allowed to upload file from their local machine to the server. Is there a way to write a jsp program which can send out the email attachment WITHOUT first uploading the file to the sever? It is urgent ,