Changeset 2173
- Timestamp:
- Mar 19, 2007, 4:57:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/develop/2_7_5/webapp/modules/pc/page/c_topic_add_confirm.php
r2156 r2173 66 66 67 67 if ($upfile_obj4['error'] !== UPLOAD_ERR_NO_FILE) { 68 $filesize = filesize($upfile_obj4['tmp_name']); 69 if ((!$filesize) || ($filesize > IMAGE_MAX_FILESIZE * 1024)) { 70 $err_msg[] = '添付ファイルは'.IMAGE_MAX_FILESIZE.'KB以内のファイルにしてください'; 71 } 68 72 // UPLOADファイルの拡張子のチェック 69 73 /*
Note: See TracChangeset
for help on using the changeset viewer.