本文介绍了如何让任何人通过PHP表单上传到我的共享Skydrive?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我想找到一种方法:



  • 主要想法:

匿名用户使用简单的 PHP上传表单
将其文件上传到特定的Skydrive 文件夹。



  • 我认为Skydrive中的文件夹必须是公开共享的。
  • 用户没有Live 帐户。我不想通过OAuth验证用户身份。任何用户都可以使用php表单。 

- 这可能吗?


-Do你对演练有什么好主意吗?


- 你想提供你对通用实现的看法吗?




提前感谢您的关注和宝贵的时间。


GF。




gf

解决方案

Hello,

I am trying to figure out a way to:

  • MAIN IDEA:

let an anonymous user to use a simple PHP upload formfor uploading his files into a specific Skydrive folder.

  • I think that a folder in Skydrive must be public shared.
  • The user will not have Live account. I don't want to authenticate user via OAuth. Any user can use the php form. 

-Is it possible?

-Do you have any good ideas of walkthrough?

-Would you like to provide me your thoughts about the generic implementation?

Thanks in advance for your attention and your valuable time.

GF.


gf

解决方案


这篇关于如何让任何人通过PHP表单上传到我的共享Skydrive?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 08:20