
06-09-2009
|
|
|
|
Join Date: Jun 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
Unable to save data
Hi All,
I am working on a web application in .net 1.1 . I have creted a vbscript funtion on my aspx page to save
an image on server. It is woring fine on windows XP using path http:\\localhost\virtualdir\Images\imagename.gif, when I run the same code on Windows Vista it is showing scripting error
"Unable to save data". When I hard coded the folder path e.g. C:\Image\Imafename.gif where the image is to save then it is working on server
itself, and having same error when the application is run on some remote machin(b'cause it look for C:\Image\Imafename.gif on the client machin) .
Even I have tried it out using machine IP instead of localhost and also with 127.0.0.1 which is default for windows vista, but agian
showing the same error.i think due to some security permission vista is not allowing to save image using localhost or IP.
Any help will be highly appriciated.
Thanks!!
|