Hi,
I am facing an interesting problem.
Problem : We have an
ejb component that sends mail messages to different clients. Now we have to insert the add attachment feature.
Approach : For this purpose we must have the file content at server side. That can be done by using ftp or other protocol from the server side itself as we can't force the client to upload their file to a particular location at the server. These things must be kept transparent to the user. But what if the client has no service(ftp etc.) running on his machine?
Please let me know the solution. Is the requirement technically feasable? Is there anything wrong in our approach?
Regards,
Saurav