If I use fetch to upload files to this folder, I can view those files, just not the ones uploaded through my form.
also, I know its uploading the mime type correctly because its showing up in my database correctly.
Code: Select all
<?php
readfile("/uploads/299681.pdf");
?>