hibernate保存图片blob到oracle数据库


MultiPartRequestWrapper multipartRequest = (MultiPartRequestWrapper) getRequest();
File[] file
= multipartRequest.getFiles("file");// 获得文件
String[] filenames = multipartRequest.getFileNames("file");
for (int i = 0; i < filenames.length; i++){
  File f1
= file[i];
  
byte[] fileArray = org.springframework.util.FileCopyUtils.copyToByteArray(f1);
  JlsPhotos jlsPhotos
=new JlsPhotos();
  jlsPhotos.setPhoto(Hibernate.createBlob(fileArray));
  jlsPhotosManager.save(jlsPhotos);
}
ext前台代码

Ext.apply(this,{
fileUpload:
true,

items:[{
{
xtype :
'textfield',
fieldLabel:
'选择正面照片',
name :
'file',
width:
'300',
inputType:
'file'
}
上一篇:LNK2019: 无法解析的外部符号 __imp_RegisterDeviceNotification


下一篇:中国移动携手华为实现NFV现网试点首个跨省高清视频通话