The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Max File Size - 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: Max File Size - Upload (/showthread.php?tid=247) |
Max File Size - Upload - mko - Aug 19th, 2009 Hi, i've form with upload file. In the setting/file it's possible change Max File Size... but how alert user if upload a file too heavy? sorry for my bad eng RE: Max File Size - Upload - Ben - Aug 21st, 2009 Excellent question. And I actually don't have a very good answer for you. I think you'll need to use an API form and examine the file size directly in your code before continuing to the next page. Not ideal, I know. I'll have to give this one some more thought. - Ben RE: Max File Size - Upload - stech - Aug 27th, 2009 Yeah this one would be greatly appreciated. Ben what if we changed the PHP.ini file limitations would this help form tools or no? RE: Max File Size - Upload - Ben - Sep 1st, 2009 Yes, that would certainly improve things - the larger the file that is permitted, the less likelihood of failed uploads. - Ben |