【问题标题】:How to allow <input type="file"> to accept only Lottie files? [closed]如何允许 <input type="file"> 只接受 Lottie 文件? [关闭]
【发布时间】:2021-10-28 08:57:09
【问题描述】:

我只需要通过&lt;input type="file"&gt;标签上传Lottie文件。

【问题讨论】:

标签: javascript reactjs lottie


【解决方案1】:
<input id="File1" type="file"  accept=".lottie"  />

【讨论】:

  • 其实你只是想上传json文件并用json中的内容渲染Lottie? @Darshan
猜你喜欢
  • 2011-04-19
  • 2021-06-08
  • 2023-03-21
  • 2013-06-22
  • 2015-10-10
  • 1970-01-01
  • 1970-01-01
  • 2017-07-26
  • 1970-01-01
相关资源
最近更新 更多