1
你好,我想知道有沒有辦法使用afqucikfield上傳視頻。我已經做到了。它適用於圖像,但它並不適用於視頻使用afquickfield上傳視頻
{{#if afFieldValueIs name='articleType' value='video' }}
<!-- <p>hello</p> -->
<!-- <input type="button" value="videoId"> -->
{{> afQuickField name="videoId"}}
{{/if}}
有人可以告訴我,我究竟做錯了,我應該如何上傳視頻。由於
更新
我存儲在S3
這可能是有用的https://github.com/aldeed/meteor-cfs-autoform –