我想设计一个员工管理系统,上传头像。到服务器后本地可以查询;
不要整张图片放到数据库里面
参考上传下载文件插件-https://help.fanruan.com/finereport/doc-view-768.html
可以实现的。看这个链接;
http://help.finereport.com/doc-view-1273.html
用toimage()这个函数
toimage("F:\\PowerDuty\\Files\\TPT_COLOR\\TEXTUREFILE\\" + b1, false)
b1放的图片名称
你解决了吗,怎么保存到服务器