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.