Posts: 114
Threads: 42
Joined: Jan 2010
Reputation:
0
Ben, have you ever considered using Perl instead of PHP for the file upload functionality? Allows for larger files and is generally faster. Plus easier to emply a progress bar.
Just wondering.
Dave
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hey Dave,
I'm afraid I haven't no. Actually, it's been a few years since I played around with Perl.
I don't doubt it's faster though; PHP's a great language in some ways, but Perl is far far far more refined. But filesize limitations is entirely configurable by the server; I don't believe there's any max size that PHP can handle - but most servers have it set to something quite low (<10 MB).
- Ben