January 21, 200719 yr Hi Folks! I am new to the forum and am finding it really useful. My question is as follows. I am have a database that is a doc library type application. I have a container field which is for images. What I am trying to do is extract the filesize of the image and if possible the pixel dimensions of the image. Any ideas. I apologise in advance if a topic is already up for cant seem to find it. Thanks!
January 21, 200719 yr Hi filesize ( of a stored image ) Length ( container ) pixel dimensions ( of an UNSTORED image ): GetValue ( container ; 1 ) returns something like: size:351,160
January 21, 200719 yr pixel dimensions ( of an [color:red]UNSTORED image ) GetValue ( container ; 1 ) returns something like: size:351,160
January 21, 200719 yr Author Sorry! My eyes are terrible.... Any ideas for a stored image for the dimensions. Thanks.
Create an account or sign in to comment