MAX_FILE_SIZE不起作用?這個問題困擾了很久,后來才發現,這個<input type="hidden" name ="MAX_FILE_SIZE" value ="1" />一定要寫在<input type ="file" 這個前面,不然不起作用。。。。。。
2018-04-01