Populate FILE field with default text

前端 未结 2 683
花落未央
花落未央 2021-01-22 01:32

I\'m trying to reutilize code that generates FILE fields for use when something is to be added to the database, and grayed out (and disabled) with data already in the database w

2条回答
  •  暖寄归人
    2021-01-22 02:00

    I believe you can't change that. Instead, use a hidden input to pass the default value:

提交回复
热议问题