Re: [PHP] RE: looking for two remote functions

2007-03-12 Thread Jim Lucas
Riyadh S. Alshaeiq wrote: Thank you Mickey, but I have already looked in there and the function posted in the notes is working just fine for getting the size on disk which I am not interested in, I need the actual size that when you download a file to a machine you will get.. Riyadh

Re: [PHP] RE: looking for two remote functions

2007-03-12 Thread Richard Lynch
It seems MUCH more likely to me that the filesize() is being used on some kind of URL that does a re-direct -- and the filesize() may not follow the re-direct for you... The size is the size, in bytes. Overhead in the local OS for block management is not something PHP will be able to predict for