Keywords: Apache Airflow - Google Cloud Platform - How to - Other
Description:
Hi everyone, since I'm sitting home these days with nothing to do i started on a website building project (with a very little background).
My main issue is file uploading on the website is restricted to a few extensions. I tried to edit wp-config added define('ALLOW_UNFILTERED_UPLOADS', true); with no luck, the restriction is still there. I thought it might be the theme so i scanned the files of the theme/plupload/class-snoopy.php for one of the allowed extensions "pjp" to try to understand where this restriction but surprisingly couldn't find anything. I'm seriously clueless at this point of how even upload works. So i hope that someone who knows better than me can help with finding where this restriction is.