Gargron / fileupload

PHP FileUpload library that supports chunked uploads
MIT License
460 stars 87 forks source link

Gaufrette Dependency #1

Open mathewpeterson opened 11 years ago

mathewpeterson commented 11 years ago

It would be neat if you could utilize the Gaufrette library for filesystem abstraction.

https://github.com/KnpLabs/Gaufrette

Gargron commented 11 years ago

Gaufrette looks neat. Seems like it'll replace my PathResolver, FileSystem and File classes. I'll give it a go asap.

Gargron commented 11 years ago

I took a look at Gaufrette's Filesystem interface, and it lacks a few key methods for this library's functionality (the distinction between isFile and isDirectory, also uploads-related wrappers like isUploadedFile). So this issue will have to wait until that interface is improved.

sepehr commented 9 years ago

FYI, Flysystem is a more popular alternative for this purpose. It might meet your requirements.

adelowo commented 7 years ago

I plan to make a rewrite (lots of cleanup to do and https://github.com/Gargron/fileupload/issues/36) for this library (2.0) next month, I would be integrating Flysystem...