osTicket Version v1.14.3 (f4f5bc6)
Web Server Software Microsoft-IIS/8.5
MySQL Version 5.7.21
PHP Version 7.3.13
I am getting file upload error, removed all restrictions from the Config button in Settings but still no luck! Any hints? There is no error in PHP log files.
php.ini settings
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
;upload_tmp_dir =
upload_tmp_dir = "C:\Windows\Temp\"
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20