-
I use this package with laravel, after last updating via composer I have got problems with .env files, coz new version of cake FS require cake core, that provide own env() helper, which disable defaul…
-
I am using a S3 adapter for my files and caching them via a local adapter.
The problem arises when I issue a redeployment, the files in the cache (local adapter) are not there anymore. This throws an…
-
Hello everyone
I think Gaufrette should support this method; This is better to upload larger files.
```php
$stream = fopen('/path/to/backup.txt', 'r+');
$filesystem->writeStream('backup', $str…
-
## Description
Victoire installation:
I install a Symfony 3.4.27 (latest at this time). And composer complains about version
Composer output
```bash
victoire@server:~/www$ composer requ…
kl3sk updated
5 years ago
-
Créer une classe d'abstraction et plusieurs pour gérer plusieurs destinations pour les fichiers uploadés avec par défaut local.
Les destinations peuvent être Amazon S3, FTP, Local, etc
-
Hi,
We use Gaufrette extensively, however, we hit a strange issue since a new client is using GlobalScape SFTP v7.1.8 and they cant upload the file. GlobalScape is a big EFT provider and this is a hi…
-
Hi,
In my project we are using this bundle for some file uploading functionality, I dont have much knowledge about this, before it was working fine but I am facing this error. When I update new image…
-
I'm using this code for get the path of an adapter in my project. For the dev enviroment I use an local adapter, and all works fine. In prod enviroment I use an AWS adapter, but don't know how get t…
-
Hi,
There is a little problem in Knp\Bundle\GaufretteBundle\DependencyInjection\KnpGaufretteExtension, line 54, with this code : $container->getDefinition('knp_gaufrette.filesystem_map')->replaceArgu…
-
There may be two or more extensions, but since they're usually linked I opened just one ticket for now.
Wishlist:
- local file storage
- cloud file storage @ tonydspaniard
- drag & drop upload
- inpu…