docs update

This commit is contained in:
Milos Stojanovic 2021-07-18 09:20:53 +02:00
parent 5578bb492e
commit cf95b2a9fc

View File

@ -32,6 +32,10 @@ File upload supports drag&drop, progress bar, pause and resume. Upload is chunke
- No database required
- Framework free [](https://www.youtube.com/watch?v=L5jI9I03q8E)
## Limitations
- Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/)
- File permission operations are not supported (chmod/chown)
## Why Open Source on GitHub?