使用sp从数据库检索文件到fileupload [英] retrieving file to fileupload from database using sp

查看:53
本文介绍了使用sp从数据库检索文件到fileupload的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

fileupload.filename = ds.tables [0] .rows [0] [carimage]。tostring();





在filkeupload.filename上获得错误

fileupload.filename=ds.tables[0].rows[0]["carimage"].tostring();


getting error at filkeupload.filename

推荐答案

Hello sudhakarit,



fileupload.filename = ds。 tables [0] .rows [0] [carimage]。tostring();





Fileupload.filname是一个只读属性。以上陈述是错误的。你到底想做什么。
Hello sudhakarit,

fileupload.filename=ds.tables[0].rows[0]["carimage"].tostring();


Fileupload.filname is a readonly property. The above statement is wrong. What exactly you want to do here.


这篇关于使用sp从数据库检索文件到fileupload的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆