I suppose it is a simple question, but I cannot find any good information on this. We have a place where our users can upload files to the server. It have a 5mb limit, so i am looking to have them be able to store the location of a file (ie www.filebox.com/file.doc or a shared folder like //shared/folder/doc.docx). The www.this.com is working fine, since they just paste in the url and then it will open up that actual webpage, but i can't figure out how to do the shared folder part.
It seems like a three part problem:
How can I have them navigate and windows explorer window and selected the file on the shared drive to upload.
How can i programmatically differentiate between a file that we are uploading to the server and one that we are linking to the server shared url?
How can I have them click a link to direct to the shared resource and have it acutally download and open the file?