Explorar el Código

Use lowercase $key

Joanhey hace 2 años
padre
commit
b7164358c5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Protocols/Http/Request.php

+ 1 - 1
src/Protocols/Http/Request.php

@@ -632,7 +632,7 @@ class Request
                     $file['type'] = trim($value);
                     break;
 
-                case "webkitRelativePath":
+                case "webkitrelativepath":
                     $file['full_path'] = \trim($value);
                     break;
             }