简体   繁体   English

杂货CRUD多个上传字段

[英]Grocery CRUD multiple upload field

I am working on the admin section of a website in codeigniter. 我正在使用codeigniter中的网站管理部分。 I am using Grocery CRUD for the 我正在使用Grocery CRUD
add edit delete operations. 添加编辑删除操作。 I've used 'set_field_upload' function to provide a video upload field inside the form. 我使用'set_field_upload'函数在表单中提供视频上传字段。 I need to add a thumbnail for the video, so require another upload field. 我需要为视频添加缩略图,因此需要另一个上传字段。 Is it possible to implement multiple upload field inside the form using grocery crud? 是否可以使用杂货店crud在表单中实现多个上传字段? Are there any other methods to create thumbnail other than ffmpeg ? 除了ffmpeg之外,还有其他方法可以创建缩略图吗?

I recommend invoking ffmpeg on the server once the upload is complete using PHP's exec() . 我建议使用PHP的exec()完成上传后在服务器上调用ffmpeg Have a look at these SE answers for some ideas: 看看这些SE答案的一些想法:

Temporarily store the images generated by ffmpeg , echo their paths back to the client using AJAX and have them select the one they wish. 暂时存储由ffmpeg生成的图像,使用AJAX将它们的路径回显给客户端,并让它们选择他们想要的那个。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM