PHP 保存/存储文件到远程服务器?
用户是否可以在不使用 FTP 而是使用 Web 界面 (php) 的情况下将照片和视频保存/存储到远程服务器,而不是本地主机?
如果可以的话,该怎么办呢?
Is it possible for users to save / store their photos and videos to remote server, not localhost without using FTP but using web interface (php)?
If so, how to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置一个新表单:
在 uploader.php 中,您应该有类似以下内容:
这是将文件上传到服务器的最简单方法之一。但是,您可能想要自定义并向文件上传表单添加更多信息。
Set a new form:
In uploader.php you should have someting like:
This is one of the simplest methods to upload a file to a server. However you might want to customize and add some more information to your file upload form.