Ben indirilen dosyadan bazı meta bilgileri okumak gerekir. Ama bunu yapmak için nasıl bilmiyorum.
// Path form field_file
$file = 'public://directory/filename.txt';
file_get_contents($file);
Bu kod bu uyarıyı neden olur:
Warning: file_get_contents(): Unable to find the wrapper "public" - did you forget to enable it when you configured PHP?
Ben yanlış ne yapıyorum herhangi bir fikir lütfen?