Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1896

Extension Writers Discussion • Re: How to access file uploads in form submissions

$
0
0
I fixed it.

I needed to use the file method rather than the variable method. Updated code that works:

Code:

$file_upload = $request->file( 'my_uploaded_file' );
Silly me.

Statistics: Posted by danieltj — Fri Jul 12, 2024 11:13 am



Viewing all articles
Browse latest Browse all 1896

Trending Articles