Temporary Storage for Server-Side Actions?

(I thought I saw this asked already, but I can’t find the post now, so I don’t know if there’s been a response.)

Is there a way to use temporary server storage in a SSA? I was tinkering with this API, but it wants to save the processed image to a location on the server. Not sure how to proceed with that, or if it’s even possible.

I haven’t done that before, but have you looked into a Virtual File System (VFS) library? I’m aware there are plenty of libraries out there offering it.

No I haven’t, but that sounds promising. Thanks for the tip!