I am trying to upload a file. i am gretting a "cannot access private property of Zend/Diactoros/UploadedFile" error

This used to work in 3.x version but in this strange v4.0 . Its not working

What property is it that you’re trying to access? There’s probably some function in that class that you can use to access it, instead of direct manipulation.

I already defeated it. Thanks

And how? I’m having the same problem. :slight_smile: