file upload using EXT JS

前端 未结 4 2007
星月不相逢
星月不相逢 2020-12-24 12:36

Steps to create File Upload field using Ext Js

4条回答
  •  北荒
    北荒 (楼主)
    2020-12-24 13:07

    setting the id only will result in the $_FILES array name to be the same as the id. If you need to use something else then set the name config option and it will use that instead.

提交回复
热议问题