Solved

File upload in grid doesn’t show the previous file directory

  • 11 September 2023
  • 2 replies
  • 60 views

Hello!

When adding/uploading documents via form the application go back to the previous directory. When we do the same with ‘Add in grid’ option, then we must select the correct directory every time. Now it is very inefficient and time-consuming when adding multiple documents.

Is this a (known)bug?

Is there a workaround different than using the form upload option?

 

Windows GUI 2023.1.11.0

Domain: nvarchar(500), control: File upload

icon

Best answer by Edo Spijker 14 September 2023, 11:44

View original

This topic has been closed for comments

2 replies

Userlevel 2
Badge +1

Hey Gosia,

I've looked in the code and the grid code somehow was missing a line that remembered the directory of the last selected file. I've added the missing line and if all is well the change will be available in the next windows gui release!

Thank you @Edo Spijker, good to know.