Code: Select all
Script URL: Private. Available upon request with Hesk licence.
Version of script: 2.6.8 online - Not solved in 2.7.2 testing purposes
Hosting company: Myself
URL of phpinfo.php: Private. Available upon request with Hesk licence.
URL of session_test.php: Private. Available upon request with Hesk licence.
What terms did you try when SEARCHING for a solution: directory attachments number folder
An easy possible fix is to create a wrapper for each access to file ['saved_name'], then add a folder structure based on the ticket ID such :
29P-6EX-Z4SS_sdfaoihfazofihazokssfklqfhef.jpg
=>
2/9/P/29P-6EX-Z4SS_sdfaoihfazofihazokssfklqfhef.jpg
This can be performed dynamically during upload, or lazily at each file access (download / delete) with one extra disk read/delete attempt if the file is not found (usefull for compatibility).
I can provide a such fix if you are interrested in.
