我前台页面有个浏览功能 可以上传文件
这个前台我已经实现了,
现在的逻辑就是:
解析导入的数据文件(就拿.txt文件格式来说吧)
然后把这个数据文件显示在页面上
这整个过程要怎么做?
我没有思路,求个思路,最好能贴代码,谢谢了
解析数据
------解决方案--------------------
<intput type = file name= 'upload' id = 'upload' onlick= 'upload()'/>
function upload(){
$.ajax({
url:'upload.action'
...
succuss:function(result){
$("div").html(result)
}
\
})
upload(){
InptustStream in = new FileptustStream ("")
OutptustStream out = new FileOutptustStream("");
//
读成字符串 返回给ajax
}
}
------解决方案--------------------
有格式要求?没有直接用IO读到String里面,有的话就麻烦了!看看IO方面的书吧