kenny11's avatar

Queuing file uploads

I am using S3 for uploading images.I also use Intervention to resize a image, make a thumbnail and change a file extension after a user uploads files.

Should I queue this process or don't I need to?

0 likes
1 reply
jekinney's avatar
jekinney
Best Answer
Level 47

That is what queued events are for. Upload the original, then fire an event to resize/manipulate the image.

Please or to participate in this conversation.