Re: [PHP] uploading big images.

2007-06-05 Thread Stut

Yamil Ortega wrote:

I think it is a PHP.ini file configuration or something. Can you help me?


So why not check there before posting here? I mean seriously, the option 
couldn't be more obvious considering that it's called upload_max_filesize.


-Stut

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



[PHP] uploading big images.

2007-06-04 Thread Yamil Ortega
 

Hi, me again. I need to tell you that im completely new in LAMP, so please
don´t get tired with my silly questions :-).

 

I was able to upload and create thumb images with the same size. But now, I
am realizing that I can´t upload images bigger than 1 MB, I don´t know why.

I load the image through the upload image.php, then I check it with the
check_image.php file, and then, I show the result in the browser with the

 Show image file, but as I told you, only works with files less than 1 mb.
With bigger images, I only get a blank page without any errors.

 

I think it is a PHP.ini file configuration or something. Can you help me?

 

Thanks in advance.



Re: [PHP] uploading big images.

2007-06-04 Thread Chris

Yamil Ortega wrote:
 


Hi, me again. I need to tell you that im completely new in LAMP, so please
don´t get tired with my silly questions :-).

 


I was able to upload and create thumb images with the same size. But now, I
am realizing that I can´t upload images bigger than 1 MB, I don´t know why.

I load the image through the upload image.php, then I check it with the
check_image.php file, and then, I show the result in the browser with the

 Show image file, but as I told you, only works with files less than 1 mb.
With bigger images, I only get a blank page without any errors.


Create a phpinfo page and see what your

upload_max_filesize

is set to.

--
Postgresql  php tutorials
http://www.designmagick.com/

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