以http方式发送文件(从服务器中的客户端存储上传)
我正在寻找一种将多个文件从浏览器上传到服务器的解决方案。到目前为止,HTML 页面是用 oracle HTTP 工具包编写的(在 Windows NT 上使用 oracle mod_plsql)。
有人可以建议我解决从客户端上传文件并在服务器中处理它的解决方案吗?基于 HTML、Oracle HTTP、PHP 的解决方案都很好。非常感谢链接和建议。
I am looking for a solution to upload multiple files from browser to server. As of now the HTML pages are written in oracle HTTP toolkit (using oracle mod_plsql on Windows NT).
Can someone suggest me solution to upload files from client side and process it in server. Solutions based on HTML, Oracle HTTP, PHP are fine. Links and suggestions are greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您了解 http://de.php.net/manual/en /features.file-upload.php ?
You know about http://de.php.net/manual/en/features.file-upload.php ?
您可以使用类似的东西,但我建议添加更多验证。
You could use something like this, but I would suggest adding a lot more validation.