Saturday 09 August 2008 12:42:51 pm
Hello, I did some investigation and went to: MYSITE\kernel\classes\datatypes\ezimage And fount that ezimagetype.php checks out the size:
if ( $canFetchResult == EZ_UPLOADEDFILE_EXCEEDS_MAX_SIZE )
{
$contentObjectAttribute->setValidationError( ezi18n( 'kernel/classes/datatypes',
'The size of the uploaded file exceeds the limit set for this site: %1 bytes.' ), $maxSize );
return EZ_INPUT_VALIDATOR_STATE_INVALID;
}
So I made some comments to "return EZ_INPUT_VALIDATOR_STATE_INVALID;" Not letting "size" be an invalid issue... I managed to upload the image, but on the client's site the image does not show (not even a blank image), nothing at all... I should be close to a solution. Did I miss something?
Diseño Web Cuba
Web Design Cuba
www.elfosdesign.com
|