Hi guy, all right? I'm uploading the file, but the $request->getUploadedFiles() method is returning me an empty array. I honestly do not know why. Can you help me?
I have noticed that I submit the form for an action of it, so I can get it back using getUploadedFiles, but I send it to a different action, this method comes empty.
After all, how do I capture using a different action?
Hi guy, all right? I'm uploading the file, but the $request->getUploadedFiles() method is returning me an empty array. I honestly do not know why. Can you help me?
I have noticed that I submit the form for an action of it, so I can get it back using getUploadedFiles, but I send it to a different action, this method comes empty.
After all, how do I capture using a different action?
See this gist
Thanks :)