Re: [PHP] checking local file size

2008-12-17 Thread John Pillion
> > I tried installing it like the documentation said... but I got the > > following errors. I contacted the hosting service (dreamhost) and they > > said they don't > > provide support for pecl, though they do support perl. Anyone? > > > > -- > > > > $ pecl install uploadprogress > > > >

RE: [PHP] checking local file size

2008-12-17 Thread David Robley
John Pillion wrote: >> > I already downloaded that, thanks. How do I apply it is my question. >> > There's no documentation for the installation of it, that I see >> >> 'Course it is :) >> >> http://www.php.net/manual/en/install.pecl.php >> >> Linked from here: http://pecl.php.net/doc/inde

RE: [PHP] checking local file size

2008-12-16 Thread John Pillion
> > I already downloaded that, thanks. How do I apply it is my question. > > There's no documentation for the installation of it, that I see > > 'Course it is :) > > http://www.php.net/manual/en/install.pecl.php > > Linked from here: http://pecl.php.net/doc/index.php > I tried installing

Re: [PHP] checking local file size

2008-12-16 Thread Chris
In short, what next? http://pecl.php.net/package/uploadprogress I already downloaded that, thanks. How do I apply it is my question. There's no documentation for the installation of it, that I see 'Course it is :) http://www.php.net/manual/en/install.pecl.php Linked from here: http:/

RE: [PHP] checking local file size

2008-12-16 Thread John Pillion
>> "Bojan Tesanovic" > wrote in message >> news:>... >>> Well you need to know the TMP file name that has been in progress of >>> upload, it is usually at /tmp folder >> >> I know how to get that... >> >>> also you need to know the actual size of file uploading, there is an >>> extension for

Re: [PHP] checking local file size

2008-12-16 Thread Chris
John Pillion wrote: "Bojan Tesanovic" wrote in message news:... Well you need to know the TMP file name that has been in progress of upload, it is usually at /tmp folder I know how to get that... also you need to know the actual size of file uploading, there is an extension for PHP that

Re: [PHP] checking local file size

2008-12-16 Thread John Pillion
"Bojan Tesanovic" wrote in message news:... > Well you need to know the TMP file name that has been in progress of > upload, it is usually at /tmp folder I know how to get that... > also you need to know the actual size of file uploading, there is an > extension for PHP that will give you

Re: [PHP] checking local file size

2008-12-16 Thread Bojan Tesanovic
Well you need to know the TMP file name that has been in progress of upload, it is usually at /tmp folder also you need to know the actual size of file uploading, there is an extension for PHP that will give you this info but you need to compile it , on my cars site for uploading images I am