简体   繁体   中英

how to access client side file in server side using asp.net

how to access client side image from an asp.net application which is published in a server? But user cannot access images due to security reasons in web browser.

You can't access the file system on a client machine from the server. All you can do is ask your user to upload the files or to download some software which can access them.

I don't know what kind of data you want to retrieve but if it's just clipboard data you could do it using the Clipboard class

http://msdn.microsoft.com/en-us/library/c2thcsx4(v=vs.110).aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM