php,从手机中删除文件

发布于 2024-09-26 11:44:02 字数 50 浏览 4 评论 0原文

我正在开发一个项目,用户将从手机上传图像到网站,我想在图像上传后从手机上删除这些文件。

I am working on a project were users will be uploading images from their cell phones to the website, and I am wanting to delete these files off their phones once the images have been uploaded.

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

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

发布评论

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

评论(1

花间憩 2024-10-03 11:44:02

执行您要求的操作的唯一可能的方法是为手机创建您自己的应用程序,然后将文件上传到服务器。然后,应用程序可以(如果手机操作系统允许)删除上传的图像。

根据整个项目的不同,这可能值得也可能不值得做。

The only possible way of doing what you ask is to create your own app for the cell phones and let that upload files to the server. The app can then (if allowed by the phone os) delete the uploaded images.

Depending on the overall project, this may be or may not be worth doing.

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