php,从手机中删除文件
我正在开发一个项目,用户将从手机上传图像到网站,我想在图像上传后从手机上删除这些文件。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
执行您要求的操作的唯一可能的方法是为手机创建您自己的应用程序,然后将文件上传到服务器。然后,应用程序可以(如果手机操作系统允许)删除上传的图像。
根据整个项目的不同,这可能值得也可能不值得做。
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.