Hello All,
I have a requirement wherein, a file from presentation server has to be uploaded and displayed into BSP Page. And on request, the data has to be uploaded into presentation server.
I am able to browse the presentation server and uplaod the file and display it on BSP. I have created the button 'Browse' to browse and 'Upload' to upload from presentation server and display it. I wrote this code in 'OnInputProcessing' event and restricted the code to be executed only when the 'Upload' button is pressed.
After the data is being displayed i have 2more buttons 1. Load and 2. Reject.
When user clicks on the Load button the data has to be uploaded in application server at the location sepcified in the uploaded file. But, the problem i am facing is the internal table and the location of the file is getting cleared when i am pressing the button 'Load'.
I have tried using memory ID's but it didn't work as i guess the session is getting expired. What can be done in this scenario?
Thanks in advance for your help.
Regards,
Razia Shaheen.