The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
PHP Upload Limit - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: PHP Upload Limit (/showthread.php?tid=36)



PHP Upload Limit - Derek - 2009-08-09

This is more just an annoyance, but when you're going to upload a file, you should just say the php upload size limit so they don't try to upload one that is too big, or so they can know the size and go change it in their php.ini

I think it's this: $_SERVER['CONTENT_LENGTH'] I just don't have time to test right now


PHP Upload Limit - ccagle8 - 2009-08-13

Good idea. This was easy and is included in the next release.