asp.net - Can you receive UNC path from a browser file dialog prompt? -


we have file upload in our asp.net mvc application works fine. engages browser file dialog box , performs upload on selected file. now, we're interested receive unc path file (for different mapped drives) if possible. can done?

what we'd if it's non local resource, we'd pass unc path rather upload since our server access quicker.

the file input control able use whatever client computer can, unc or local. file uploaded via client.

if want extract path upload, not possible due security considerations.

you may need ask user input file path text field in order determine if local or on network share, decide method use in order obtain file.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -