Large File Upload using Webservices...

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
 
B

bruce barker

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top