N
nuhura01
Hi all...
My system contains an image which I have saved it at client side.
Unfortunately, when users want to view the image, the image doesn't
loaded. If i'm not mistaken, it is set at the HTML code of asp.net web
form right? I've set the Image URL to be like this:
ImageUrl="C:\ExportImage.gif".
I don't want to create a new file for placing the image since other
clients who don't have the file might not be able to access the image.
I also don't want to save it at server side since it may cause an
error if more clients want to access the same image at the same time.
How could I do this? Can anyone help me...
Thanks...
My system contains an image which I have saved it at client side.
Unfortunately, when users want to view the image, the image doesn't
loaded. If i'm not mistaken, it is set at the HTML code of asp.net web
form right? I've set the Image URL to be like this:
ImageUrl="C:\ExportImage.gif".
I don't want to create a new file for placing the image since other
clients who don't have the file might not be able to access the image.
I also don't want to save it at server side since it may cause an
error if more clients want to access the same image at the same time.
How could I do this? Can anyone help me...
Thanks...