Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 LAMP 服务器,它需要接受来自在客户端计算机上本地运行的 flash 应用程序的文件(即,他们从 Windows 资源管理器中打开 swf 文件)、iphone 应用程序和 android 应用程序。
我的理解是我需要在我的 LAMP 服务器上设置一个 web 服务来实现这一点。基本上,我创建了一个可通过 访问的 PHP 文件,http://mysite.com/upload.php它接受 _POST 数据。POST 数据将包含客户端应用程序发送给我的文件。
http://mysite.com/upload.php
这是正确的方法吗?
我成功地实现了上面的方法。我在这里发布了一个关于 Android 的 Curl 等效项的问题。
这个 curl 操作的 android 等价物是什么?
所以现在其他客户端设备也可以这样做。