问题标签 [gaufrette]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
1110 浏览

php - VichUploaderBundle 和 Gaufrette

我尝试使用 Gaufrette 安装 VichUploaderBundle,但出现错误:

作曲家.json

应用内核.php

配置.yml

错误

我将不胜感激。

0 投票
1 回答
1144 浏览

symfony - 在 Symfony2 上使用 Gaufrette 和 Vich 上传器获取 mime 类型

我有个问题。我将 gaufrette 与 Vich 上传器一起使用,并将 $file 属性添加到我的 VichUploadable 实体。

我做了配置,文件上传效果很好。

但是,当我想获取文件的 mime 类型时(通过文件上传后的实体),由于 Gaufrette 使用的文件名格式,我得到一个错误。

当我尝试执行“$myEntity->getFile()->getMimeType()”,其中 getFile 返回 Vichuploadable 的文件对象时,我收到此错误:“无法找到包装器 \"gaufrette\" - 你忘记了吗在配置 PHP 时启用它?”

您对我如何拥有 mime 类型有任何想法吗?

谢谢你

0 投票
1 回答
448 浏览

php - 使用 Gaufrette 捆绑包的亚马逊多部分上传

如果我们有 Amazon S3 适配器,有没有办法使用 Gaufrette 文件系统对象进行分段上传。我读了一些关于 streamWrapper 的东西,但我不知道这是否是可行的方法,以及它是否与 S3 适配器一起工作。

0 投票
3 回答
3195 浏览

symfony - Symfony2 Gaufrette 如何创建目录?

问题是如何在我的文件系统中创建新文件夹?我知道如何添加文件,但是如何在指定路径中创建一个空文件夹?

0 投票
1 回答
1549 浏览

symfony - 如何使用 Gaufrette Stream Wrappers?

如果我在 symfony2 config.yml 中定义如下流包装器:

我如何在我的控制器中使用它来下载文件?

我有这样的事情:

所以我使用地址调用我的文件:"data://user_fs/" 我可以将它更改为不使用它,因为如果我在配置中更改名称,我还必须在我的控制器中更改它。我只想在一个文件中管理它(配置)

0 投票
2 回答
2437 浏览

php - Symfony 2: How do I manually assign a file to an entity which has been configured to use VichUploaderBundle to handle file uploads

I have set up the VichUploaderBundle to facilitate the upload of a profile image for my User entity. I am using the GaufretteStorage option, configured to use the local filesystem and all is working fine when users upload an image via a form.

I now want to be able to assign a profile image file to a User entity in the code myself rather than relying on users to upload through the form. How do I do this?

I hope I am being clear enough.... essentially I have the contents of an image file (that I can grab through file_get_contents() or a similar measure) and I would like to assign this file to the User profile image attribute.

0 投票
1 回答
1414 浏览

php - Symfony2 KnpLabsGaufrette - 获取每个树枝的本地文件系统(可下载文件)

我正在使用这个 config.yml。

现在我想访问每个树枝上传的文件。还例如:

该文件应具有类似...的路径

我想直接访问文件。没有控制器(动作)。

这可能吗?有任何想法吗?

0 投票
1 回答
1957 浏览

symfony - 使用 symfony2 显示在 amazon S3 上上传的图像

在 symfony2 项目中显示来自远程 amazon s3 存储库的图像的最佳做法是什么?

我使用 KnpGaufretteBundle 将图像上传到亚马逊。

0 投票
1 回答
1697 浏览

symfony - 带有 Gaufrette 的 Symfony 音频流

我正在使用 KnpGaufretteBundle 来存储音频文件。我可以像这样将给定的文件下载到客户端:

但现在我也想将文件流式传输到客户端,而不是使用附件内容配置。基本上,我想在客户端访问它,就好像我指向服务器上的实际 mp3 一样。有谁知道如何做到这一点?

0 投票
1 回答
826 浏览

symfony - 尝试使用 gaufrette 上传到 S3 时出错

我正在尝试使用KNPLabs gaufrette 包将图像文件上传到 S3。调试来自 S3 的响应时出现以下错误:

我尝试将 base_url 参数设置为该端点,但仍然得到相同的错误。SO上还有其他问题建议设置我也尝试过的区域。

我要上传到的存储桶位于欧盟西部地区(爱尔兰)。无论我尝试什么配置,gaufrette 似乎仍在尝试使用 s3.amazonaws.com

如何正确配置 Gaufrette?