Ok so, for god knows what reason I've decided to code a website in php.
Successfully streaming the file into a db fine no problems there.
What would be lovely though, would be a nice progress bar as the file is uploaded. I've found plenty of examples doing this using perl, but most of these examples are for writing the file to the file structure of the host. I'd like the file shoved in the db.
The only way I can think of at the moment is to upload the file to a temp location on the file system, then copy that into the db. This seams a bit long winded though.
Any thoughts?
Successfully streaming the file into a db fine no problems there.
What would be lovely though, would be a nice progress bar as the file is uploaded. I've found plenty of examples doing this using perl, but most of these examples are for writing the file to the file structure of the host. I'd like the file shoved in the db.
The only way I can think of at the moment is to upload the file to a temp location on the file system, then copy that into the db. This seams a bit long winded though.
Any thoughts?