I fixed it.
I needed to use the
Silly me.
I needed to use the
file
method rather than the variable
method. Updated code that works:Code:
$file_upload = $request->file( 'my_uploaded_file' );
Statistics: Posted by danieltj — Fri Jul 12, 2024 11:13 am