-
File Upload
I am looking for a file uploader.
Obviosly there is a function within PHP to do so however it lacks the ability to report progress, this is not good as the user might be uploading a large file.
I have also seen some PHP/Ajax/Perl examples, but I haven't got them to work just yet, mainly because with my application I want to make the installation as simple as possible for the user.
Now ultimatly what I want is an uploader similar in design / capability to the Flickr uploader, for those that are not aware of flickr, the screenshot below will explain.
http://www.meltdownsoftware.co.uk/pe...bf/Capture.JPG
As you can see the files that are being uploaded are listed, along with the file size and a independant and overall progress bar.
Any ideas on how to do this, or ther methods that you guys have used?
THanks, :afrog:
-
Re: File Upload
A better way to do this would be through Flash or a Java Applet.
-
Re: File Upload
i cannot find a good flash example, do you know of any?
-
Re: File Upload
I know nothing about flash... I'm sure someone here does though.
-
Re: File Upload
Ok cool, I would still like a solution matching that of Flickr though.
-
Re: File Upload
I looked at theirs but I didn't look into what they made it with but I will at some point.