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
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
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
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
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 ,