Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizable cache location #45

Open
LarsHLunde opened this issue Sep 6, 2022 · 1 comment
Open

Customizable cache location #45

LarsHLunde opened this issue Sep 6, 2022 · 1 comment

Comments

@LarsHLunde
Copy link

LarsHLunde commented Sep 6, 2022

Good afternoon,

I am doing some testing,
and it would seem that while a file is being uploaded,
it is being cached on the root file system instead of where you specify upload.

I can't figure out where it is being cached currently,
but it's a bit of a headache to not have the separation of file systems.

Would it be possible to be allowed to specify cache location,
or at the very least know where it is being cached currently.

@moshee
Copy link
Owner

moshee commented Dec 18, 2022

I don't think I'm doing any caching while the file is being uploaded—it should get copied directly from the HTTP request to the final location on disk. However, if you are using a reverse proxy such as nginx, it may temporarily cache uploads somewhere on disk which is out of my control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants