Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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:

  1. How can I have them navigate and windows explorer window and selected the file on the shared drive to upload.

  2. 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?

  3. How can I have them click a link to direct to the shared resource and have it acutally download and open the file?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.