1. 通过getInputStream()取得上传文件. 001 /** 002 * To change this template, choose Tools | Templates 003 * and open the template in the editor. 004 */ 005 package net.individuals.web.servlet; 006 007 import java.io.DataInputStream; 008 import java.io.F
上传一个20M文件的时候php报如下错误,是php上传文件大小限制引起 POST Content-Length of 19248654 bytes exceeds the limit of 8388608 bytes in 修改php配置文件如下,重启php即可 vi /usr/local/php/lib/php.ini upload_max_filesize = 50M post_max_size = 100M memory_limit = 128M max_execution_time =