coding-socks / laravel-upload-handler

Chunk Uploader Package For Laravel
MIT License
11 stars 4 forks source link

Make file parameter name configuration global #45

Open nerg4l opened 4 years ago

nerg4l commented 4 years ago

As of now the name of the file parameter can be set per driver. The reason for this at the beginning was that not all library has support for this configuration option. However, now it is more clear that there is only one or two libraries that do not support this which can be documented.

The goal of this issue is to remove param from driver specific configuration and create a fileParameterName (or similar) global configuration option.

nerg4l commented 4 years ago

File parameter name not configurable with ng-file-upload, Plupload and tus.