|  | @@ -456,9 +456,9 @@ begin
 | 
												
													
														
															|  |      begin
 |  |      begin
 | 
												
													
														
															|  |        sFile := vODlg.Files[i];
 |  |        sFile := vODlg.Files[i];
 | 
												
													
														
															|  |        iV := FileSizeByName(sFile);
 |  |        iV := FileSizeByName(sFile);
 | 
												
													
														
															|  | -      if iV >= 10485760 then
 |  | 
 | 
												
													
														
															|  | 
 |  | +      if iV >= 52428800 then
 | 
												
													
														
															|  |        begin
 |  |        begin
 | 
												
													
														
															|  | -        Application.MessageBox(PChar('“' + sFile + '”过大,单个文件上传不能超过10M!'), '提示', MB_OK + MB_ICONINFORMATION);
 |  | 
 | 
												
													
														
															|  | 
 |  | +        Application.MessageBox(PChar('“' + sFile + '”过大,单个文件上传不能超过50M!'), '提示', MB_OK + MB_ICONINFORMATION);
 | 
												
													
														
															|  |          Continue;
 |  |          Continue;
 | 
												
													
														
															|  |        end;
 |  |        end;
 | 
												
													
														
															|  |  
 |  |  
 |