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 > attachment WITHOUT first uploading the file to the sever? It is urgent , > please help. Maybe I am missing something, but I'd say it's technically impossible to send a file from a server that doesn't have that file. Of course you can send the file from the client's machine as an e-mail attachment, but the user would have to specifically attach the file to the e-mail message, and that would of course bypass the whole process of even using the web in the first place. I'd say take that route -- how difficult can it be? To send a file from the web server without that file existing on the server, you would need to incorporate some sort of mindreading-like software, which I have never seen or heard of being successfully implemented. Regards, Andy =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
