How to upload multiple files to a SharePoint List
Posted
by AboutDev
on Stack Overflow
See other posts from Stack Overflow
or by AboutDev
Published on 2009-10-12T04:46:51Z
Indexed on
2010/06/15
5:52 UTC
Read the original article
Hit count: 333
I am trying to upload multiple files into a SharePoint LIST as attachments. (can't use Document Libraries).
I'm trying to use jquery to accomplish this but I'd appreciate any help or advise you may have concerning how best to upload to a list.
For instance, can multi-uploads be accomplished when creating a new item?
If you have code or examples/url's I can refer to I would welcome that.
Cheers.
PS - I need to select multiple files to upload at one go too...I know you can do this with flash-uploaders but can this be done for ASP.NET and specifically for SharePoint?
© Stack Overflow or respective owner