History log of /PHP-8.1/tests/basic/rfc1867_multiple_webkitdirectory.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# d764f1dc 14-May-2021 Björn Tantau

Fix #77372: Retain full path of files for directory uploads (#6917)

To fix https://bugs.php.net/bug.php?id=77372 and improve support of `<input type="file" name="files" multiple webkitdirect

Fix #77372: Retain full path of files for directory uploads (#6917)

To fix https://bugs.php.net/bug.php?id=77372 and improve support of `<input type="file" name="files" multiple webkitdirectory>` I introduced another item to the `$_FILES` array called `full_path`, containing the full filename, as supplied by the user-agent.

Co-authored-by: Björn Tantau <bjoern@bjoern-tantau.de>

show more ...