码迷,mamicode.com
首页 >  
搜索关键字:获取上传文件的扩展名    ( 2个结果
C#获取上传文件的扩展名
然后在代码页中写//上传图片if (UpFile.PostedFile != null){ HttpPostedFile mFile= UpFile.PostedFile; int fileSize = mFile.ContentLength; //得到文件大小 string exName = Sy ...
分类:Windows程序   时间:2017-01-23 21:18:15    阅读次数:312
Java获取文件的类型(扩展名)
File file=new File("E:\\aa.jpg"); String fileName=file.getName(); String fileTyle=fileName.substring(fileName.lastIndexOf("."),fileName.length()); System.out.println(fileTyle); 程序运行效果图:...
分类:编程语言   时间:2014-10-09 20:49:27    阅读次数:239
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!