I'm working on a site where users can upload files to the website. I want something that is going to be reliable for larger downloads (possible 100MB), and fairly simple to use.
So far, I've run into some limitations with PHP. It seems there is no easy way to track the progress of an upload...
I've been looking at some pre-made Java applets that look like they might work, but there are so many out there. Also, I've seen some Flash + PHP configurations that look promising. I was wondering if anyone has had any experience with this sort of thing, and could recommend something?
Thanks!
So far, I've run into some limitations with PHP. It seems there is no easy way to track the progress of an upload...
I've been looking at some pre-made Java applets that look like they might work, but there are so many out there. Also, I've seen some Flash + PHP configurations that look promising. I was wondering if anyone has had any experience with this sort of thing, and could recommend something?
Thanks!