Chaillan Nicolas wrote:
> Hi,
>
> There is no way to get the filesize of a file using a remote file.

That's not true. GetImageSize works also on remote files.

>> here's my code
>> $imagesize = getimagesize(http://domain/image.jpg);
>> echo $imagesize[3];
>>
>> but it returns nothing.  If I use a local file, without http  it
>> works.

But I have no clue what's the problem here. Are you sure the file exists?

Grtz Erwin



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to