You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
I have this bit of code from the example:
(new StockExport($stock))->queue('stock.xlsx')->chain([ new NotifyUserOfCompleteExport(request()->user()), ]);
It runs fine but im not able to get a reference to the file after it is uploaded to S3.
The files look like this.
How can i get a reference of the recently uploaded file so i can send the user a link to download.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions