Hi Deepika,
Thanks for your quick response......
I am selecting PDF file from desktop, when i click on upload button then that file should be placed into application server...
Note:Without using this component GS_FILE_UPLOAD, i am taking the directory of the file through the html code in the view.
For more details :
<%@page language="abap" %>
<%@extension name="thtmlb" prefix="thtmlb" %>
<%@extension name="chtmlb" prefix="chtmlb" %>
<%@extension name="bsp" prefix="bsp" %>
<chtmlb:config mode = "RUNTIME"
xml = "<%= controller->configuration_descr->get_config_data( ) %>" />
<thtmlb:fileUpload id = "FILEUPLOAD"
size = "60"
onUpload = "FILE_ATTACH"/>
Please guide me how can i proceed to my requirement.
Thanks,
Harikrishna M.