'PHP HTML Directory Upload Safari

I'm trying to upload a directory width PHP. To read the file path, I use

$file_path = $_FILES['file']['full_path'];

In Firefox everything works fine, but in Safari on Mac it return only the filename without directory before.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source