Document Management System for asp.net application

I have a requirement. One application is developed in asp.net. In that application we have a file upload control is there. As of now if you upload any file by using file upload control that files will be saved into the file system.

Now the client wants document management system in share point instead of file system. But UI is not changed(UI designed in ASP.Net). How we can achive this without change the UI in asp.net and how the files will be saved into the document management system instead of file system. Pl z help me on this issues.

August 20th, 2015 1:15am

Hi,

According to your description, my understanding is that you want to you want to save document into document management system in SharePoint instead of the file system in your ASP.NET application.

In the scenario, did you mean the document management system in SharePoint is SharePoint document library ?

If that is the case, as I understand, you can use SharePoint Client Object Model to upload the document into SharePoint library. You can download and reference the SharePoint Client API in your ASP.NET application.

Here are some detailed articles for your reference:

Programmatically Upload Document using Client Object Model in SharePoint

SharePoint Server 2013 Client Components SDK

Complete basic operations using SharePoint 2013 client library code

Thanks

Best Regards

Free Windows Admin Tool Kit Click here and download it now
August 21st, 2015 3:06am

Hi Jerry Zy,

Your understanding is correct. But my requirement is not only for a single file. It is for lot of files.

As of now they are using file system for storing the files. In that asp.net application we have some file upload controls is there, By using that file upload control when we upload files that will be saved into the file system.

Now my requirement is to upload the files by using file upload control in asp.net application that files will be directly saved into document libraries(Share Point) as well as bind to the grid view.

Thanks


August 21st, 2015 9:44am

Hi,

I suggest you can get all the files names needed to upload and then in the asp.net upload controls then loop the csom upload code to upload the multiple files.

More information:

Upload Multiple Files Using FileUpload Control in ASP.NET 4.5

Thanks

Best Regards

Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 9:45pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics