QNetworkAccessManager:通过 HTTP 发布文件
我只需要使用 QNetworkAccessManager 使用 PHP 在 apache 服务器上上传多个文件。
我在这里问是因为我是Python ad QT(PySide)的新手,我想知道是否有人有演示这一点的教程或代码示例(Python)。
注意:如果没有此类内容,我会尝试自己做,然后分享教程。
I just need to use QNetworkAccessManager to upload multiple files on an apache server with PHP.
I'm asking here because I'm new to Python ad QT (PySide) and I would like to know if someone have a tutorial or example of code (in python) demonstrating this.
Note: If this kind of content is not available I will try to do it myself and share a tutorial after.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不知道这是否是最好的方法,但效果很好。
在 PHP 中:
Don't know if it's the best way but it's working fine.
In PHP: