I want to be able to upload file from my .aspx page to my web server so that it can be preocessed into a different format.
e.g. user will upload a doc and in few seconds it would see a pdf version of the doc on the web page.
I have web service available which can convert doc to pdf.
now
1- how do i automate upload + conversion process.
2- how do i handle big files here.
3- how not to make user wait for all this thing to happen.