Replies: 2 comments 1 reply
-
Exposing the methods of While I'm thinking opening a PR to change this. |
Beta Was this translation helpful? Give feedback.
-
@AbelToy A locally-scoped |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing a feature that saves user images to disk.
While I could write an equivalent of FileStorage to make it testable, it would be really helpful if I could just rely on defaultFileStorage to save the file directly.
I don't want to go through
@Shared
since I definitely do not want to keep the file in memory.Beta Was this translation helpful? Give feedback.
All reactions