Does it have any ways that asp.net web application can create the file on
client computer or
get files from client computer?
Thanks.
client computer or
get files from client computer?
Thanks.
Response.Conten tType = "image/jpg"
to match the type of content you are sending down to the browser.
Comment