After scouring the forums and making a bunch of mods, I STILL have problems uploading files to my forums.
The problem seems to be a timing issue; Using a fast 10Mb link I can upload file of up to MySQL's limit of 16Mb no problem - takes 3 mins 'ish. Using a slow 56k link, I can only upload about 700k before getting a "page cannot be found" error in IE returned and the post fails.
This happens after about 5 mins of uploading and I don't get any other errors email to me or logged.
My setting are:
Win 2K
IIS 5.0
PHP 4.1.1
MySQL 3.23.39
VB 2.5.5
PHP.INI
max_execution_time = 3600
memory_limit = 16777216
post_max_size = 16777216
upload_max_filesize = 16777216
MY.INI
[MYSQLD]
set-variable = max_allowed_packet=16777216
What could be wrong?????????????????????????
It's driving me MAD!!!!!
Thanks,
Mike.
The problem seems to be a timing issue; Using a fast 10Mb link I can upload file of up to MySQL's limit of 16Mb no problem - takes 3 mins 'ish. Using a slow 56k link, I can only upload about 700k before getting a "page cannot be found" error in IE returned and the post fails.
This happens after about 5 mins of uploading and I don't get any other errors email to me or logged.
My setting are:
Win 2K
IIS 5.0
PHP 4.1.1
MySQL 3.23.39
VB 2.5.5
PHP.INI
max_execution_time = 3600
memory_limit = 16777216
post_max_size = 16777216
upload_max_filesize = 16777216
MY.INI
[MYSQLD]
set-variable = max_allowed_packet=16777216
What could be wrong?????????????????????????
It's driving me MAD!!!!!
Thanks,
Mike.
Comment