Input File field to Input Text field

后端 未结 3 960
别跟我提以往
别跟我提以往 2020-12-21 06:41

I don\'t even know if this is possible or not but is there a method you can take the value of the selected file in a input file field to a input tex

3条回答
  •  星月不相逢
    2020-12-21 07:40

    Hook on the change event of the file field.

    Jsfiddle demo. Note that IE6/7 incorrectly gives the full path while other browsers correctly gives only the filename.

提交回复
热议问题