fileupload icon indicating copy to clipboard operation
fileupload copied to clipboard

Gaufrette Dependency

Open mathewpeterson opened this issue 10 years ago • 4 comments

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

https://github.com/KnpLabs/Gaufrette

mathewpeterson avatar Sep 03 '13 15:09 mathewpeterson

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

Gargron avatar Sep 03 '13 16:09 Gargron

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.

Gargron avatar Sep 05 '13 16:09 Gargron

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

sepehr avatar Jul 30 '15 05:07 sepehr

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...

adelowo avatar Jul 06 '17 17:07 adelowo