欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

http-php 模拟提交 file按钮表单需要得到file的值

程序员文章站 2022-05-03 14:34:59
...
httpphp

'name' => string 'psuCARGLSPA-pola.jpg' (length=20)
'type' => string 'application/octet-stream' (length=24)
'tmp_name' => string 'E:\wamp\tmp\phpA6A6.tmp' (length=23)
'error' => int 0
'size' => int 268516
需要得到这样的值

相关标签: http php