Cannot change the data of the $request #38497
Unanswered
MahbodHastam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have the request validation:
And I want to merge it with the path of the uploaded image:
But it's not working! And when I
dd
the$request->all()
, it shows me the instance ofIlluminate\Http\UploadedFile
again.What do I have to do?
That's not a serious problem and it can be solved with other methods but I want to know what's the problem with the request?
Beta Was this translation helpful? Give feedback.
All reactions