locked
Secure File Transfer Web Application using MVC 4 RRS feed

Answers

  • User197322208 posted

    Make a regular MVC application and upload files like here

    http://www.hanselman.com/blog/ABackToBasicsCaseStudyImplementingHTTPFileUploadWithASPNETMVCIncludingTestsAndMocks.aspx

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, June 16, 2013 11:16 PM
  • User197322208 posted

    I also need to provide clients with the secure links so that they can click to view there documents or pass it on to others to view,

    When user upload the file , please add a new database record in a table. This table have a PK id. The secure link will be

    https://..../action/download/<id>

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, June 17, 2013 2:49 AM

All replies

  • User197322208 posted

    Make a regular MVC application and upload files like here

    http://www.hanselman.com/blog/ABackToBasicsCaseStudyImplementingHTTPFileUploadWithASPNETMVCIncludingTestsAndMocks.aspx

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, June 16, 2013 11:16 PM
  • User-1635195291 posted

    Hi ignatandrei,

    Thanks for you reply but I also need to provide clients with the secure links so that they can click to view there documents or pass it on to others to view, somewhat similar to above demo link.

    Thanks,

    Jatin

    Sunday, June 16, 2013 11:36 PM
  • User197322208 posted

    I also need to provide clients with the secure links so that they can click to view there documents or pass it on to others to view,

    When user upload the file , please add a new database record in a table. This table have a PK id. The secure link will be

    https://..../action/download/<id>

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, June 17, 2013 2:49 AM
  • User-1635195291 posted

    Thanks a ton ignatandrei.....

    Monday, June 17, 2013 4:49 PM
  • User-1635195291 posted

    Hi,

    Do you have some examples or links pointing to do some study on it.

    Thanks,

    Jatin

    Sunday, June 23, 2013 9:49 PM
  • User197322208 posted

    it's normal MVC routing behaviour. Tutorials from http://www.asp.net/mvc will do the trick

    Monday, June 24, 2013 1:06 AM
  • User1533739669 posted

    THe site is secured via HTTPS. you just have to have a certificate and configure  your IIS to enable HTTPS and  use that certificate.  

    Regards,

    Humprey

    Monday, June 24, 2013 2:29 AM