What is the best symfony file system abstract layer ? i need to set up a file system at my symfony project, something similar to dropbox. i dont know where the files/medias are going to be stored or how, so thats why i need that abstract layer, to set it up and dont bother about updateing the files location.
what i need to do:
-adding folders/files
-moveing folder/files to another lcoation
-delating folder/files
-download folder/files
-upload folder/files
-editing folder/files
-editing name of folder/files
do you know any good bundles for it ? any good solutioins for symfony 2 ? and please tell my why can this solution be good for my ?