I may add to this post later as issues arise, but is there a way to use PHP or a simple bit of javascript to maybe refresh the page every 5 seconds to display how much of a file has been uploaded or what percentage of the file has been uploaded?
I am looking to modify an existing script as opposed to installing one that has already been created like uber_uploader.
Another question. Let's say I have a basic upload program and have not placed any limits on it. Are there defaults to how much large of a file I can upload? For example, if I use fireftp I am reasonably sure I can upload a 100MB file, but would I be able to do the same with php or are there default limits built in that would need to be altered with php.ini to modify the upload limits? It appears that there are size limits even though I have not set any.
