Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Multiple Uploads

  Asked By: Sydney Mckenzie         Date: Aug 11, 2009      Category: Sharepoint      Views: 594
 

Is there any way for multiple file upload in sharepoint
programmatically?
Tahaoe.FileUpload supports single file upload.
Is there any other way??

Tagged:    

 

5 Answers Found

 
Answer #1       Answered By: Narasimha Kamane          Answered On: Aug 11, 2009       

I think Office 11 with SPS v2 supports multiple  file upload. How that
translates to a programmatic ability is beyond me, but I bet is covered
somewhere in MSDN w/office 11.

 
Answer #2       Answered By: Fidel Crane          Answered On: Aug 11, 2009       

To be more specific, m looking with Sharepointv1.0.

 
Answer #3       Answered By: Akshara Sanghavi          Answered On: Aug 11, 2009       

Wayne, Tahoe.FileUload makes me think V1. I don't know of any way to do
multiple  upload in V1 with the exception of the under appreciated For
Next....

 
Answer #4       Answered By: Aishwarya Dixit          Answered On: Aug 11, 2009       

Best I can tell you is check out

http://www.greenfel.demon.co.uk/scode/Code.htm

for some snippets. I don't think anything in the Sharepoint
API/SDK/whatever supports multiple  file upload, so you have to wrap a
loop around it.

 
Answer #5       Answered By: Indrajeet Patil          Answered On: Aug 11, 2009       

The script mentioned there only works fine for uploading files from
server.
I have tried it out.
By tweaking around with standard upload  functionality of
sharepoint,single file  upload is possible.
For Uploading a file, one of the methods of TahoeUtils requires name of
Input Type variable from the submit page,otherwise it doesn't work.

Hence this is deadlock at this location.

 
Didn't find what you were looking for? Find more on Multiple Uploads Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].