cancel
Showing results for 
Search instead for 
Did you mean: 

Email uploaded PDF document

Former Member
0 Kudos

Hi,

I want to email PDF document uploaded using FileUpload UI element as attachment.

I have seen many posts on this, but not found solution yet.

One workaround suggested is storing uploaded document on server and then sending the document by reading it from specified server path. But there are few problems with this approach. As many users will be accessing this application unique name needs to be generated for each uploaded file.Also, after sending the file it should be deleted from the server.

Is there any way uploaded document (in binary form) can be send via mail without storing it on the server?

Thanks,

Apurva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Apurva

Plese go through this link(block)--Handling FileUpload and FileDownload

Regards

Ruturaj

Answers (5)

Answers (5)

Former Member
0 Kudos

hi, I am undergoing same difficulty.plz can u provide me your solution.I am trying this in web dynpro

Former Member
0 Kudos

Hi,

Problem solved.

1. I added button in the form.

2. Changed control type to submit.

3. Submit Format: PDF

4. Submit to URL: email id.

Regards,

Apurva

Former Member
0 Kudos

Hi Apurva

go through this link

Regards

Ruturaj

Former Member
0 Kudos

Hi Ruturaj,

Though this blog is helpful, it does not provide answer to how uploaded file can be send directly via email.

Any other suggestions?

Thanks,

Apurva

Former Member
0 Kudos

Hi Apurva

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f27e290-0201-0010-ff82-c2155757...

just go through this link hope u will find ur answer

Regards

Ruturaj

Edited by: Ruturaj Inamdar on Oct 6, 2008 9:29 AM

Edited by: Ruturaj Inamdar on Oct 6, 2008 9:30 AM

Former Member
0 Kudos