Hi.
I have this page that is supposed to display a jpg image from a db on an intranet page (which works fine). I have been asked to let a user to save this jpg image save on his/her local machine when the image is displayed on the page. I used a piece of code that tsuji had posted a while back in response to a user. But, i'm getting this error when i used the code:
ADODB.Stream error '800a0bbc'
Write to file failed.
/custom_apps/property_items_list2.asp, line 111
line 111 is: .savetofile slocal,2 'save-create-overwrite
any ideas how I can correct this?
thanks.
I have this page that is supposed to display a jpg image from a db on an intranet page (which works fine). I have been asked to let a user to save this jpg image save on his/her local machine when the image is displayed on the page. I used a piece of code that tsuji had posted a while back in response to a user. But, i'm getting this error when i used the code:
ADODB.Stream error '800a0bbc'
Write to file failed.
/custom_apps/property_items_list2.asp, line 111
line 111 is: .savetofile slocal,2 'save-create-overwrite
any ideas how I can correct this?
thanks.