I have created a complex customer portal where I offer my customers files of all kinds. Now I am fine-tuning it and would like to optimise a few functions. These mainly concern data handling. Here are my questions:
- Is it possible, for example, to use a hook when uploading files in the panel to adopt the local modification date of the file instead of the upload time?
- How can I override the warning/block on re-uploading a file that already exists with the same name if I want to replace it anyway? I often have to overwrite existing files, and this blockage is preventing me from completing my workflow.
- How can I delete multiple files at the same time in the panel?