Large File Upload using Webservices...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am using a native asp.net file upload technic which currently supports
small files. But i need to upload the file of size more than 200 mb to 300
mb.

I have used many 3rd party components, but since my Web Server, App Server
and file server are located in seperate machines, 3rd party components, what
i have used does not fit in to this architecture. I am using web services in
app server to communicate between web and app servers. Previously i am using
byte[] to achieve small file uploads.

Please suggest me any .net technics or 3rd party components supporting large
file uploads (more than 150 mb) with this architecture.

thanks
Ashok
 
you should look at webdav (an extension to web services). it supports
reading and writing blocks, so if there is a network error, the upload
can restart where it left off.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top