求解这两段代码什么意思?

 <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
        <input type="file" name="upfile" class="inputcss" size="30">

第一个是指定表单上传最大值,覆盖php.ini默认的配置,第二个是file控件

http://www.jbxue.com/article/3398.html
https://zhidao.baidu.com/question/617383426598756172.html
http://www.jb51.net/article/26508.htm