Hi,
I want to create a file upload script that gives the user some sort of progress indicator. However, it seems like PHP first uploads the file to a temporary directory before I even can get access to the file. And I can't find any function that allows me to get the file chunk by chunk.
Any comments or experience to share
TIA