当前位置: 技术问答>java相关
请教使用ENCTYPE='multipart/form-data'后取得其中文件名和路径的办法?
来源: 互联网 发布时间:2015-09-28
本文导语: 自己做的bean,但我就是取不到文件名,请问有什么好办法. | Byte m_totalbytes = m_request.getContentLength(); int totalread = 0; int readbytes = 0; boolean isfile =...
自己做的bean,但我就是取不到文件名,请问有什么好办法.
|
Byte m_totalbytes = m_request.getContentLength();
int totalread = 0;
int readbytes = 0;
boolean isfile = false;
boolean found = false;
Byte m_binarray=new byte[m_totalbytes];
//读取request中的所有内容。
for(; totalread
int totalread = 0;
int readbytes = 0;
boolean isfile = false;
boolean found = false;
Byte m_binarray=new byte[m_totalbytes];
//读取request中的所有内容。
for(; totalread