How to implement a file download in real-time mode in Laravel ?
On the create post I'm using this library as a FilePond.js. It real-time sends a file to the server.
To save the file has not yet published a post(not creating) silly.
Need to temporarily store the file somewhere...
Give advice on how it correctly to implement ?
Thank you!