How to set file upload location? or set custom uploader option? #1463
Replies: 1 comment 3 replies
-
Not at present. We could potentially do this, what's the use case? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Uploaded files are stored in temporary location. In order to save it elsewhere, we have to rewrite or copy it.
Is it possible to setup a custom handler?
Say, uploaded file will saved in my_dir/{uuid4}/filename.ext directly ?
Beta Was this translation helpful? Give feedback.
All reactions