1
while(len=inputread(bt)>0){
outputwrite(bt,0,len);
}
outputclose();
inputclose();
return mappingfindForward("ok");
2
FileOutputStream out= new FileOutputStream("F:\\yd\\TestUpLoad\\photo\\"+filename);
这个你根本没写
文件的名字啊,当然为了防止重名,你应该修改这个filename自动生成不容易重名的文件名,如:根据日期生成,
随机数等等。。还有你这个路径写的对不对
0条评论