Hi Experts,
In one of my applications I am using a fileupload UI element. Its a Form GUIBB inside an OVP application.
In the feeder class of the GUIBB, in the get_data method the importing parameter cs_data is giving me the information(file content, filetype and path) of the recently uploaded file.
Now, the upload works like - i click browse, select a file and the i have put a custom button "Add Attachment". On the click of that button i am writing the file content into a static attribute of my class. The file content I am getting in the get_data method in the CS_DATA parameter.
Now, for word, excel, txt file formats it is working fine i.e. in debugger mode i see that cs_data shows the info of the latest file that has been uploaded. but in case of pictures, it always shows the file content of the first file uploaded.
So, I am not able to get the xstring file content of the 2nd or the 3rd files.
Any ideas guys??
Many thanks in advance.
Thanks,
Saikat