Level 3
I made :
use File;
$file = Input::file( 'file' );
$content = File::get( $file );
and it's work :)
Hi all. I uploaded a file and now I want to get the content of this file :
use File;
$content = File::get( $request->input( 'file' ) );
But I have this error :
FileNotFoundException in Filesystem.php line 40:
File does not exist at path
Please or to participate in this conversation.