The existing mysql db has a field as described below. I would like to limit the image/graphic size to be uploaded.
Field=image, Type=text, Attributes=Blank, Null=no, Default=blank, Extra=blank
Is there a way to do it? Using php pages within site.
Is it done by the php code or thru settings within the mysql db?
All feedback welcomed. Thanks, nt
Field=image, Type=text, Attributes=Blank, Null=no, Default=blank, Extra=blank
Is there a way to do it? Using php pages within site.
Is it done by the php code or thru settings within the mysql db?
All feedback welcomed. Thanks, nt