How to get the size (in kb for example) of a file ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2006 12:12 PM
Hi,
Does anybody know how to get the size of a specified file through Web services ?
It's not in the columns of the row..
Perhaps I should use the new FileSystem webservice ? Because there is a new type named FileSystemInfo which looks interesting…
But I can't find any documentation about it in the Wiki. There is a dead link !
Thanks in advance for your help !
Regards,
Samuel
Does anybody know how to get the size of a specified file through Web services ?
It's not in the columns of the row..
Perhaps I should use the new FileSystem webservice ? Because there is a new type named FileSystemInfo which looks interesting…
But I can't find any documentation about it in the Wiki. There is a dead link !
Thanks in advance for your help !
Regards,
Samuel
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2006 05:29 AM
Hi,
Make a call to read on the content service. This will return a content object which has a length attribute.
Cheers,
Roy
Make a call to read on the content service. This will return a content object which has a length attribute.
Cheers,
Roy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 08:54 AM
Thanks a lot !
