dsgrgaz321973284 2017-05-26 08:33
浏览 20
已采纳

Silverstripe Dropzone:文件附件字段保存文件但不附加它

I am working on a frontend form witch gives users the ability to upload files. I almost managed to get FileAttachmentField working. It uploads the file to the desired folder but im not able to attache the uploaded file to it. The relation is a $has_one.

    $fields->push(FileAttachmentField::create('BusinessLicense', 'Business License')
        ->setAcceptedFiles(['.pdf','.doc','.docx'])
        ->setFolderName($MemberID)
        ->setValue(null, $this)

The code above does not attach the file. If I change it to an UploadField like this:

    $fields->push(UploadField::create('IdentityCard', 'Identity Card, Passport, Driving license')
        ->setFolderName($MemberID)
        ->setValue(null, $this)
    );

it works. As far as I understood the docs I have to replace UploadField with FileAttachmentField. Can anyone please give me a hint. I tried hard to get this working. I don't see what I am doing wrong or what I am missing.

  • 写回答

1条回答 默认 最新

  • drmgg4411 2017-05-26 10:29
    关注

    When saving into a $has_one relation you often need the ID suffix though some fields have some custom magic and work without it.

    So something like

    $fields->push(FileAttachmentField::create('BusinessLicenseID', 'Business License')
    

    should work

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置