There is a form with ID, login and password on Ext JS.
I want to make that these fields arrive on the server and in the case of access the file for downloading is returned.
The catch is that I can’t figure out how to make Ext JS show the dialog while saving a file when sending a POST request and returning a file. Now in submit the raw bytes of the file arrive.

0