File Upload problem
Moderator: General Moderators
File Upload problem
I am implementing a file upload page. Somehow whenever the file size exists some size (500 KB), the following error will be produced:
In mozilla -- the page contains no data
In IE ------- the page cannot be displayed
I think I already configured php_conf and httpd.conf currectly..
my php_info page is displayed as followed
http://199.133.139.222/~hanspaul/phpinfo.htm
It is for a sun server,
the same setup seems to work well in our linux web server.
Why?!
Hans
In mozilla -- the page contains no data
In IE ------- the page cannot be displayed
I think I already configured php_conf and httpd.conf currectly..
my php_info page is displayed as followed
http://199.133.139.222/~hanspaul/phpinfo.htm
It is for a sun server,
the same setup seems to work well in our linux web server.
Why?!
Hans
Same problem
Hello, i am having the same problem, I can figure this out it's been driving me nuts for a couple of weeks.
Here is my phpinfo
http://www.phototomato.com/phpinfo.php
I have made all these following changes but it did not fix the problem:
LimitRequestBody 20480000
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value memory_limit 20M
php_value max_execution_time 600
php_value max_input_time 600
Thanks for your time.
Here is my phpinfo
http://www.phototomato.com/phpinfo.php
I have made all these following changes but it did not fix the problem:
LimitRequestBody 20480000
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value memory_limit 20M
php_value max_execution_time 600
php_value max_input_time 600
Thanks for your time.