Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

arshver's avatar

Get the file size uploaded

Use the following command

$sizefile=$request->file('userfile')->getClientSize();

But the error follows

SplFileInfo::getSize(): stat failed for C:\Users\rojan\AppData\Local\Temp\phpB44.tmp
0 likes
1 reply
Snapey's avatar

show more of the code. Have you already moved the file?

Please or to participate in this conversation.