asp.net C# uploading big file and processing it
Posted
by JewelThief
on Stack Overflow
See other posts from Stack Overflow
or by JewelThief
Published on 2010-03-27T21:44:55Z
Indexed on
2010/03/27
22:13 UTC
Read the original article
Hit count: 286
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.
© Stack Overflow or respective owner