MAX_FILE_SIZE不起作用?這個問題困擾了很久,后來才發(fā)現(xiàn),這個<input type="hidden" name ="MAX_FILE_SIZE" value ="1" />一定要寫在<input type ="file" 這個前面,不然不起作用。。。。。。
2018-04-01
https://gitee.com/JessQiu/php-study/blob/master/12.%E6%96%87%E4%BB%B6%E7%B3%BB%E7%BB%9F/%E6%A1%88%E4%BE%8B/upload.class.php
以上修改的多文件上傳類
以上修改的多文件上傳類
2018-01-03