cancel
Showing results for 
Search instead for 
Did you mean: 

open file dialog and uplaod file

0 Kudos

hello,

i need FM or method that uplaod file in WD like 'gui_upload' and 'open_dialog_file'.

i cant use 'file uplaod' ui element beacuse i need that when the user press a button, to upload a file that he will choose if some condition exist.

tnx.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can code the restriction in the action of the Upload button even if you use the file upload element.

Regards,

Felipe

0 Kudos

you mean, that i can create unvisible file upload element, and in for example 'Save' button to open the file selection popup and upload it(get the xstring data)

what if i wnat to craete hekp method, that get filename and upload it to somewhere in the system, and i want use it from dynpro and web dynpro, so if dynpro i can use gui upload to get file xtsring.

but if i in WD how can i get with the filename the file data(xtsring) in help method(without UI)?

Former Member
0 Kudos

I got your point now, you can also upload a file using ACFUpDownload element, please check the video tutorial below to see if it fits your requirement:

Regards,

Felipe