walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

Add $_FILES['full_path'] #936

Closed joanhey closed 1 year ago

joanhey commented 1 year ago

PHP 8.1: $_FILES: New full_path value for directory-uploads

https://php.watch/versions/8.1/$_FILES-full-path

If don't exist webkitRelativePath, the value is the file name only.

walkor commented 1 year ago

Thanks