‎2009 Jan 22 9:03 AM
hi,
my issue now to attch template upload file in my upload program. once user click template button in the selection screen, then my program will read and provide user the template to either to open the file or save to local. this is to avoid my user keep giving wrong file format.
has somebody got any sample coding for me to refer? my fren suggest me to put the template as pdf/html format so that user will not change the file? but where should i put the template file; our shared folder? or maybe can somebody give advice or opinion on this.
thx a lot
‎2009 Jan 22 9:17 AM
HI,
Yes you can place the file in a shared folder(application server). Upload the file & download to presentation server whenever user requests for the template.
Other option is to build the program to download a file to presenation server in a template format.
Best regards,
Prashant
‎2009 Jan 22 9:25 AM
do you have any FM that i can use to read the pdf/html/excel file and give option to user either to open or save to local? but if i put in shared folder, what i afraid is, what happen if somebody has remove or move the file. then problem for me to identify the correct file and problem to the server admin to re-structure the file and folder coz do not know who is calling the file. do you get what i mean?..
anyway thx a lot
‎2009 Jan 22 9:47 AM
Hi,
GUI_UPLOAD FM can be used to upload Excel file.
Instead you can create a program to generate a excel file in the template format & download GUI_DOWNLOAD.
Best regards,
Prashant
‎2009 Feb 03 8:07 AM