D
david
I have a question, when I store images on my server, I can let user access
them by url like http://myurl/images/(imagename). I want to have more
control on it, I can provide user a url like http://myurl/file/(imagename).
Then in the dll that handle the url, I can use httpresponse.writefile. I am
wonderring how much burden it will bring on a server? is it a good idea to
do that way?
Thanks!
them by url like http://myurl/images/(imagename). I want to have more
control on it, I can provide user a url like http://myurl/file/(imagename).
Then in the dll that handle the url, I can use httpresponse.writefile. I am
wonderring how much burden it will bring on a server? is it a good idea to
do that way?
Thanks!