如何使用表单 multipart/form-data 在 Facebook 应用程序上上传照片
最近我正在使用 facebook 应用程序,但无论如何 facebook 不支持使用 $_FILES 的表单发布,因此我无法使用 php 常规文件上传系统上传任何文件。 现在我尝试使用带有文件 url 位置的文件上传将其上传到新创建的相册中。
是否有任何简单的建议,以便用户可以使用我的应用程序从他/她的计算机上传照片?
提前致谢! phpfarmer
Recently I am working with a facebook application but anyhow facebook is not supporting form post with $_FILES, So that I can not upload any file with php regular file upload system.
Now I am trying to use file uploading with file url location to upload it in a new created photo album.
Is there any easy suggestion so user can upload photos from his/her computer using my application?
Thanks in advance!
phpfarmer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后我的代码工作了,facebook没有遵守rfc标准,这导致了混乱,
顺便说一句,bFile是位图的字节数组
finally my code works, facebook didn't obey the rfc standard, that lead to confusing
by the way, bFile is the byte array of the bitmap