I am using some Devexpress controls that have save options which open the browser download interface with the option of choosing "save as", opening the save as dialog. I want to save to the data base the file path and file name which were chosen for future reference. How can I access them from code behind? Also if the "save" option is chosen, how can I access the file path and name which were set by the system?
Thank you.