moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.42k forks source link

Your documentation has a typo #1627

Open thomasmoors opened 4 years ago

thomasmoors commented 4 years ago

The example for "Create upload handler" has 4 mentions of $*FILES which should be $_FILES

https://www.plupload.com/docs/v2/Getting-Started

jayarjo commented 4 years ago

It's auto-generated and generator hasn't been updated in years. Sorry.

thomasmoors commented 4 years ago

Please keep this issue open for the very few beginners that will struggle with this untill you can fix your documentation.