【问题标题】:Python WebHelpers creating upload for multiple filesPython WebHelpers 为多个文件创建上传
【发布时间】:2016-01-08 01:53:38
【问题描述】:

Python 的 webhelper (http://sluggo.scrapping.cc/python/WebHelpers/modules/html/tags.html#) 似乎没有多文件选择器。对于文件上传字段,它似乎只有一个标签:webhelpers.html.tags.file。

我错过了什么吗? TIA。

:: 席德

【问题讨论】:

  • 我找到了解决方案。你可以简单地说: ${tags.file(name="files", multiple=True)}

标签: python html file web tags


【解决方案1】:

找到答案:

简单地做:

${tags.file(name="files", multiple=True)}

【讨论】:

    猜你喜欢
    • 2014-04-04
    • 1970-01-01
    • 2021-09-11
    • 2013-10-11
    • 2022-01-02
    • 1970-01-01
    • 2017-11-17
    • 2011-06-23
    相关资源
    最近更新 更多