将图像从 SD 卡上传到 Lamp 服务器

发布于 2024-11-07 22:27:05 字数 180 浏览 0 评论 0原文

我正在尝试将图像从 Android 设备上传到 LAMP 服务器,我将在其中通过 PHP 处理表单。

我有一个图像视图,已使用 SD 卡中的图像路径设置

我想通过单击按钮上传此图像

在此输入图像描述

I am trying to upload an image from the android device to a LAMP server where i will handle the form through PHP.

i have an image view which has been set with the image path from the SD card

i want to upload this image on click of a button

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

万劫不复 2024-11-14 22:27:05

您可以通过 POST(因此,文件)从 Android 上传内容。只需将其作为 POST 发送到您的 PHP(使用“上传”按钮作为提交),就像您在网页上创建表单一样,然后编写一个 PHP 脚本来处理保存文件。

You can upload things from Android through POST (and therefore, FILES). Simply send it up to your PHP as a POST (with the "upload" button being the submit), just like you would do a form on a webpage, then write a PHP script to handle saving the file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文