Explorar o código

Use lowercase $key

Joanhey %!s(int64=2) %!d(string=hai) anos
pai
achega
b7164358c5
Modificáronse 1 ficheiros con 1 adicións e 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;
             }