Does anybody have any tips on securing the upload functionality for files please? I'm hoping to allow for images to be uploaded in any format but to avoid extensions being manipulated to allow for website hacks/viruses being submitted etc?
Thanks🙂
Thanks🙂
You could use a custom PHP block to run whatever checks you like on $_FILES["files"]["filefield"]
The upload action is also able to check extensions.
The upload action is also able to check extensions.
This topic is locked and no more replies can be posted.
