cancel
Showing results for 
Search instead for 
Did you mean: 

Help with File Upload manually

Former Member
0 Kudos

Hi Experts,

I need code to upload a file without using the upload UI Element. we have our terms and conditions which has to be signed by the user and once the user signs and clicks the next button to go to the next page, I generate a pdf with the time stamp of when the user signed and upload it to ECC. here i can not use the File upload UI Element but have to upload it automatically to ECC.

Can any one help me out with this please.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I dont know why you need to to upload the file for this requirement. You can simply store the user id and the timestamp in portal database table or in a ECC z table.

In case you definitely need to upload the file then you can use KM API to uploadthe file to portal KM folder

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a099a3bd-17ef-2b10-e6ac-9c1ea42af...

but you need not use the upload feature in the example, instead just get the data from wd context and upload to KM.

Srini