Hi,
<br />          Hi I wanted to show the total file upload space used by the user on his profile page,by using following query.
<br />         db_result(db_query(&quot;SELECT SUM(filesize) FROM {files} WHERE  uid = %d&quot;, $uid));
<br />          Which function I need to so the changes and add the field for this result.Thanks in advance.