>
> > This is line 57 $file_handle = fopen("./" . $file_name, "r");
>
> It seems that the user your web server runs as may not have permission to
> open that file. Also, you might want to double check that ./$ile_name is a
> valid path.
And if you're planning to write to the file, you need to spe
Ndagi Mutiri wrote:
> Hello,
>
> Trying to read a binary file in MySQL database, i have the following error
> :
>
> Warning: fopen(./) [function.fopen]: failed to open stream: Permission
> denied in d:\...\download.php on line 57
>
> This is line 57 $file_handle = fopen("./" . $file_name, "r");
2 matches
Mail list logo