Click here to Skip to main content
15,867,765 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
fileupload.filename=ds.tables[0].rows[0]["carimage"].tostring();


getting error at filkeupload.filename
Posted
Comments
sahabiswarup 3-Dec-13 23:55pm    
you saved the file in your database, what datatype you are using ?
_Damian S_ 4-Dec-13 0:36am    
If you output the returned value of "ds.tables[0].rows[0]["carimage"].tostring();" to a message box, an alert, to the console, whatever... what is the result?

1 solution

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.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900