I am using FileUpload control to upload a file .
This is my code for the same in the view file .
Now my requirement is that when I load my page a file named "Data.csv" should automatically get loaded from my system by default .
Can this be done using any property of FileUpload control of sapui5 . Can anyone guide me for this?
If you want to automatically upload a file from your local system when opening your page I don't think this is possible.
Add a comment