Syform - Upload File

Hi I am building a reconciliation system and is using the package of Syform to make an interface so that users can upload a file.

I tried using the “Select File” activity but cannot link it to the controls so that when the user clicks on “UPLOAD” it should open a dialog to select a file. The file should also store the data of the excel file in a database called “dt1”

Can anyone help please?

Here is my xaml:

ReadingExcel copy.zip (49.4 KB)

1 Like

hi @Feryial

You need to cre@te System.Windows.Forms.Control s v@ri@ble select1

Th@nks
@shwin.S

1 Like

@AshwinS2 this is what I did but it is not working as select file is a string activity and for it to work the variable should be a control