U can use multiple file upload ui element.and upload it
there is a file upload element only.in that we can select only one file.My requirement is used to select more than one file.
Prabhu,
In new version, i think in EHP5 onwards we have new element called ACFUPDOWN element, using that we can upload multiple files at a time. ![]()
Regards
Srinivas
srinivas sana wrote:
Prabhu,
In new version, i think in EHP5 onwards we have new element called ACFUPDOWN element, using that we can upload multiple files at a time.
Regards
Srinivas
There is an Element called ACFUpDownload which has been available since NetWeaver 7.01 (ERP 6.0 Enhancement Package 4 - not 5 has suggested by this posting). However it is designed to work with the SAP Content Server. It doesn't upload/download the data directly to/from the Web Dynpro session. If you search here on SCN, I have a tutorial and sample code on how to ACFUpDownload and how to adapt it to use in direct Web Dynpro situations (basically a custom handler class).
You might also consider using ZIP files. That way you have only one file to upload or download, but it contains many inner files. You can process ZIP files on ABAP using CL_ABAP_ZIP.
Hi prabhu,
You can use upload button keep the file in an internal table. In that way you can add any number of files using a single file upload component. And later store it into database.
Regards,
Fareez
Hi prabhu,
Make your requirement more clear. Do you want to upload more than one file using a single FileUpload UI Element.
Regards,
Fareez
s only pdf file..
Hi
Ok.
First have you managed to upload the files?
Can you store the files on the context.?
regards
yuval
No Yuval,
can you tell me (or) share the code, how to upload the files and store the files on the context.
Thanks in advance for your help.
Thanks & Regards
BVSRR.