cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple file upload in WD Java

Sharathmg
Active Contributor
0 Kudos

Dear All,

I have a requirement to upload multiple files. Now, the forums informed of the Ui element AcfUiUpload/download to fulfill such requirements.

We are working on SAP NW 7.01. But, there is no such ui element in NWDS 7.01.

Are these UI elements the only way out? Why are they not availbale in 7.01 editor?

Kindly enlighten.. Thank you.

Regards,

Sharath

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member185879
Active Contributor
0 Kudos

Hello Sharath,

We can achieve this by using FileUpload UI element itself. Are you facing any issue on that. Please try it out and let us know the issue.

also please refer the following link.

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4...

Regards

Nizamudeen SM

Sharathmg
Active Contributor
0 Kudos

The FileUploadUI allows us to select only one document at a time. However, we need to choose multiple documents and then upload them.

This is the issue.

I am still unable to figure out the Excel option and other workaround option. Can you elaborate it, please.

Thank you.

Regards,

Sharath

former_member185879
Active Contributor
0 Kudos

Hello Sharath,

What Palani is saying is, Create an Excel Sheet and inside that paste the link of the Documents you want to upload. Like in ABC.xls contains

Column A

c:\mydocuments\abc.pdf

c:\mypdf\def.doc

c:\myprofile\new.xls

Upload this file and read the values of Column A and get the file names, assign it to your Attribute and upload it.

Regards

Nizamudeen SM

Former Member
0 Kudos

Hi,

Using EXCEL (make it as 2 column and mentioned in the target location,filename with extension) and store files in the server.USING file upload UI you can achieve multiple file upload.once upload the excel sheet automatically it will upload all documents mentioned in the excel sheet

Regards,

Manivannan P

Former Member
0 Kudos

Hi Sharath,

Use Table and bind Upload UI element in table in one of the column.

on click of upload, you can create one more table element.

Limit sum of all file for a certain size, so not to create speed issue.

Regards,

Hanif