The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
File Upload - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: File Upload (/showthread.php?tid=578) |
File Upload - filch - Mar 16th, 2010 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 RE: File Upload - Ben - Mar 22nd, 2010 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 RE: File Upload - filch - Mar 22nd, 2010 (Mar 22nd, 2010, 7:35 PM)Ben Wrote: Hey Dave, It is really more about the memory that PHP uses for large file uploads and even more about providing some feedback to the user about the progress of the file upload . Cheers, Dave |