Sounds like it was not uploaded?
Get temp path of uploaded file
I need to perform some actions on the uploaded file and for that I need the real path to this file. I went through many functions of the SplFileInfo object, but I did not succeed. file_exists always returns false.
Some examples: file_exists($request->file('fieldname')->getPathname()) file_exists($request->file('fieldname')->getPathname() . '/' . $request->file('fieldname')->getClientOriginalName())
It must be! Because $file->request(...)->move(...) suceed! And yes, I could use the moved fil.... Omg :O I just realized that move() probably moved the file out of the temp directory, could that be?
Please or to participate in this conversation.