views:

52

answers:

0

Currently im trying to write a upload page on asp.net mvc... basically my concept is to ready the request send by user and in the same time, upload it to the new server using sftp...

is there any way to read the user upload data at the same time user uploading it to the server in asp.net mvc?

Thank you very much