cancel
Showing results for 
Search instead for 
Did you mean: 

Check DOWNLOADING Process from WEBDYNPRO

Former Member
0 Kudos

Hi expert,

I'am trying to download file from MIME Repository to PC with attach_file_to_response.

It works fine, IE opens a new window with a dialogue to open, save or cancel, but is that possible to track the process to see if user save the file successfully? Because I want to write a simple protocoll about which file has benn already download successfully.

Can anyone help?

GR

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I'm sure about it but there is a UI element to show the user with the process

CL_WD_PROGRESS_INDICATOR

Regards,

Lekha

Former Member
0 Kudos

Hi Lekha,

do you have more information about this or any example?

GR

Former Member
0 Kudos

Hi,

Please check the component wdr_test_ui_elements

Regards,

Lekha

Former Member
0 Kudos

Hi,

thanks for reply.

I don't want to set parameter for the prozess procent myself. The problem is, popup window comes up from IE, how can I identify if user click on the save or. open/cancel. Any suggestion?

GR

Former Member
0 Kudos

Hi Guru,

There is no defalut progress indicator that is setup in these download/uplaod UI elements.

You need to handler it explicitly. Use the Timed Trigger Ui element for the same.

CL_WD_TIMED_TRIGGER.

Check out wdr_test_events for example on the same.

Also this :

Regards,

Lekha.

Answers (0)