Re: [PHP] Uploading: Safari=happy, IE7/Firefox=unhappy

2007-04-17 Thread Richard Lynch
On Tue, April 17, 2007 4:43 pm, Brian Dunning wrote: > I got everything configured on my server and uploads working great, > max_input_time=3600, upload_max_filesize=30M, post_max_size=30M, and > anything I upload up to 30M works great on Safari. IE7 and Firefox > choke, returning broser-generated

Re: [PHP] Uploading: Safari=happy, IE7/Firefox=unhappy

2007-04-17 Thread Edward Vermillion
Could it be that IE7 and FF are timing the request out, and Safari isn't? That's what it sounds like to me. (connection reset on files larger that a couple megs) What to do about it server-side I have no idea (some kind of keep- alive setting or header or something?), but maybe it gives yo

[PHP] Uploading: Safari=happy, IE7/Firefox=unhappy

2007-04-17 Thread Brian Dunning
I got everything configured on my server and uploads working great, max_input_time=3600, upload_max_filesize=30M, post_max_size=30M, and anything I upload up to 30M works great on Safari. IE7 and Firefox choke, returning broser-generated "page not found, connection reset" if the file is big