A way to download large files asynchronously

In scenarios such as exporting excel, the file may be large. The user cannot wait forever.
At this time, you can use the background to record the user's request parameters to the database.
The database performs scheduled tasks, assembles the files needed by the user, and sends them to the user by email.

Published 331 original articles · 51 praises · 440,000 visits +

Guess you like

Origin blog.csdn.net/y41992910/article/details/105144406
Recommended