Skip to main content

Command Palette

Search for a command to run...

Call to a member function get ClientOriginalName() on string

Solving Error

Updated
1 min read
L

I've got accomplished web development with expertise in various programming languages including PHP, Laravel, C#, and C++. My curiosity to learn more and my passion for coding drives me to constantly enhance my skills and create exceptional digital experiences.

The error below occurred because I haven't placed enctype in form.

Enctype does encryption of the data of form and pass it to server with the help of [post method]

Solution:


Thankyou