我是FB api的新手。我想将用户上传的照片上传为表单附件。
来自FB Documentation:它显示“url”参数将已上传的照片或文件附件的网址作为值。
我的代码:
<input type="file" name="attachment" id="attachment" data-buttonBefore="true"/>
和
{{1}}
但它显示以下错误。 “Uncaught InvalidStateError:无法从'HTMLInputElement'读取'selectionDirection'属性:输入元素的类型('file')不支持选择。”
有没有人能解决这个问题或任何替代方案?