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.
- Send either url or use Blob container. - lampa
- It is possible in more detail about Blob the container? - ezhov_da
- See for example stackoverflow.com/questions/27159179/… - lampa pm
|