Read file as its being uploaded

Posted by zaf on Stack Overflow See other posts from Stack Overflow or by zaf
Published on 2010-04-22T18:46:46Z Indexed on 2010/04/22 19:13 UTC
Read the original article Hit count: 191

Filed under:
|
|

By default you cannot access a file that is uploaded until it has been fully transferred to the server.

What is the best way to get round this and be able to access the 'byte stream' as the file upload is in progress?

© Stack Overflow or respective owner

Related posts about php

Related posts about upload