View Single Post
  #5  
Old 09-02-2006, 05:28 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Stefan
When doing obj = requesturl(url) you can get the total file size by reading obj.contentlength on clientside once the header is loaded, although that will try to download the whole file
Well, I am making a "iPod" (diff name called - gPod :P)

So I want to make it so they can only have a certain amount of space total, running a for loop to check all there songs size might cause major lag to the server using requesturl :o. I'll probally end up doing a number of songs I guess.
Reply With Quote