0

I'm writing an upload functionality for a website (Javascript, ASP.NET). The requirement is that the user would upload a large folder of multiple files (~20k files having ~3GB in total). We would like to save the user from most of the trouble with reuploading failed files.

I've seen that some websites allow you to download desktop app for uploading and downloading files. I'd like to write something similar. I've been doing some research on the internet but I can only find JavaScript/Flash/etc. web solutions for that.

Do you know any tutorials on how to do it? Or maybe some article which explains possible ways of implementing that. Do you think my approach is good or should I invest some time in web solution instead of desktop app?

Lukasz Lysik
  • 10,462
  • 3
  • 51
  • 72

1 Answers1

0

You can use dropzone. İt seems useful to file upload functionalities