Please help with email attachment

2002-05-20 Thread Roland Dong
I am using two taglibs to handle sending an email attachment. One taglib handles uploading the file to the server. The other handles sending out the file as email attachment. So I need first upload the file from local disk to the server. My problem is that with new clustered server

Re: Please help with email attachment

2002-05-20 Thread Richard Yee
RD, Do you know why you can't upload files anymore? Are you uploading and sending on two different JSP pages? If that is the case, the requests might be going to different servers in the cluster and the uploaded temporary file is not on the same machine as the request for sending the mail. One

Re: Please help with email attachment

2002-05-20 Thread Roland Dong
Richard, Thanks for your reply. Actually, it is ONE jsp handles both upload and email attachment. //upload.jsp .. .. //upload file up:parse  File is: up:getName id=A/ % name=test/test1/+A; % up:saveFiles path=test/testdir/ / /up:parse . . //attache file mt:attach file=