1

I want to add the multiple files functionality to my custom webpart in C# .NET 4.5.

I want the same functionality as the out of the box multiple files add feature when you create a list item via the user interface. (see image below)

enter image description here

I want to list all the files to be uploaded before I hit the 'Submit' button in my webpart.

3 Answers 3

2

You can use AjaxFileUpload. Have a look at the demo on below link.

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/ajaxFileUpload/ajaxFileUpload.aspx

0

You can use plupload - its quite popular. Demo: http://www.west-wind.com/weblog/posts/2013/Mar/12/Using-plUpload-to-upload-Files-with-ASPNET

0
0

Please try the below url its useful : http://www.c-sharpcorner.com/UploadFile/sarav82/MOSS11072007065009AM/MOSS.aspx

OR

http://spupload.codeplex.com/

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.