[RESOLVED] PHP File Upload
I know how to upload files, but I have a question. When uploading a file with PHP/Apache, does it automatically create a zero-filled file of that size, or does the size "grow" as the file is being uploaded?
I've searched long and hard for a good (and free) progress bar for multiple-file uploads (with no size limits), but I am also trying my own idea. And whether it works depends on the answer to the question...
It might be a kind of dirty solution but it should work.
Re: [RESOLVED] PHP File Upload
I could not get SWFUpload to work properly without crashing Firefox. This might have been a bug in the SWF, or in Flash, but either way it wasn't satisfactory.
I finished my AJAX script which uses APC, by the way. It works fine and degrades gracefully when either JavaScript or APC is unavailable.
The nasty hacky way is next. :)
Re: [RESOLVED] PHP File Upload
Quote:
Originally Posted by penagate
I could not get SWFUpload to work properly without crashing Firefox. This might have been a bug in the SWF, or in Flash, but either way it wasn't satisfactory.
I finished my AJAX script which uses APC, by the way. It works fine and degrades gracefully when either JavaScript or APC is unavailable.
The nasty hacky way is next. :)
Will you be sharing it with us? :D
Re: [RESOLVED] PHP File Upload
It's virtually the same as outlined in that IBM DeveloperWorks article above.