cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple file upload.

Former Member
0 Kudos

Hi,

Is it possible to upload multiple file at the same time.

My means...... User should be able to select multiple files by pressing control key and will upload the same on click of a button.

If any Ui element is there with which it would be possible for me to achieve the same.

Thanks,

Pankaj Aggarwal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Refer this :

Answers (3)

Answers (3)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

If you are running 7.01, you can make use of flash island. where in Flex you have FileReferenceList API for file upload

Abhi

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> If you are running 7.01, you can make use of flash island. where in Flex you have FileReferenceList API for file upload

>

>

> Abhi

If you want a tutorial and source code on how to do this via a FlashIsland, it is available here on SDN:

http://wiki.sdn.sap.com/wiki/display/EmTech/IslandsWDA_MUploader

anand_nidamanuru
Active Participant
0 Kudos

Hi Pankaj,

Multiple file upload is only possible with ACFUpload element that comes with NW 7.02.

Thanks,

Anand

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi Pankaj,

>

> Multiple file upload is only possible with ACFUpload element that comes with NW 7.02.

>

> Thanks,

> Anand

This is incorrect information. ACFUpDownload is actually the name of the UI element. It is available in NetWeaver 7.01, not 7.02 (although with the limitations that I listed in the above message where I was quoted).

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b9157c878a2d67e10000000a42189c/frameset.htm

Former Member
0 Kudos

hi ,

refer the Thomas reply in the thread :

No it is not. This is due to security limitations imposed by web browsers. The FileUpload UI element implements the <input type=file> html tag which imposes this limiation.

For NetWeaver 7.01 we did add the new UI element ot Web Dynpro ABAP only called AcfUpDownload. This UI element uses Java Applets to work around this security restriction. You can use the UI element for multiple file uploads/downloads. However in 7.01 there is no file selection dialog. Also the UI element is primarily designed for upload to a remote content/cache server. It doesn't directly upload back into the Web Dynpro ABAP session. I've published an eLearning and source code example that shows how you can send the data back to yoru Web Dynpro ABAP session indirectly via a custom ICF handler class.

In the upcomming NetWeaver 7.02 we did add the File Selection dialog to AcfUpDownload, which makes the UI element usable for your scenario. Until then you have work within the browser security restrictions.

with NW 7.01 , u cn refer this tutorial :

http://www.sdn.sap.com/irj/scn/index;jsessionid=(J2EE3417200)ID0264172150DB00222887107627205649End?r...

regards,

amit