‎2005 Jul 07 7:46 AM
Hello,
I'm searching for a way to add a file to the attachment list of an entry sheet.
I found the method CREATE_ATTACHMENT of class cl_gos_document_service.
But this method display's an selection screen for choosing the file, so it's not adapted to solve my problem.
Does anybody know if there is a way to add a file to an GOS attachment list?
Thank you for answers.
Martin Müller
‎2005 Jul 07 12:54 PM
Hi Martin,
I very much doubt if that is possible. Only files that can be processed in background are the files that are available to the App Server. GOS provides a facility to attach a file from the front end. Once it is attached, it is stored in the DB but still requires a front end to view the attachment.
Cheers,
Ramki Maley.
‎2005 Jul 08 7:41 AM
Hello Ramki,
thanx for your answer.
The files I try to upload are still saved on the file system of the application server. I transferred them from the users frontend to the application server via internet connection.
cheers
Martin