is it possible to continue a file upload after a browser has been quit?

Posted by sprugman on Stack Overflow See other posts from Stack Overflow or by sprugman
Published on 2010-05-17T21:59:03Z Indexed on 2010/05/17 22:00 UTC
Read the original article Hit count: 188

Filed under:
|

If a user starts uploading a file (in a web app), and they close their browser before the upload completes, what happens?

My guess would be that the upload gets abandoned, and the server has some garbage cleaning mechanism that kicks in eventually, but I'm not sure. Any difference between servers or server languages? Any difference between quitting the browser and just closing a window?

© Stack Overflow or respective owner

Related posts about fileupload

Related posts about http