Posting input type file problem No Value posted

前端 未结 2 449
遥遥无期
遥遥无期 2020-12-11 00:50

I have a form where I\'m posting different fields and every type of field posted seems to work except the input File type.

I\'m using var_dump($_POST);

2条回答
  •  再見小時候
    2020-12-11 01:05

    Actually if you try Firefox (>13), you can get the posted value. But if you are using Chrome or Safari, you can't get the posted value. I think the it is related with the Browsers.

提交回复
热议问题