herd-community
herd-community copied to clipboard
[Bug]: Permission problems with upload files for windows user.
Platform
Windows
Operating system version
Win 10
System architecture
Windows
Herd Version
1.6.1
PHP Version
8.3.7
Bug description
The sys_temp_dir
and upload_tmp_dir
are not set in php.ini
and for Windows users then the default location will be C:\windows
and I assume most of people will face permission problems, which will result in "file upload error - unable to create a temporary file in unknown on line 0" when you are trying to upload file.
so I assume, we could either set the values or have the value can be configured from the UI directly just like file size
Steps to reproduce
No response
Relevant log output
No response