Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Jeff Siegel
00:25 PM Subject: Re: [nyphp-talk] PHP Fileupload problem On Wed, Jul 22, 2009 at 1:48 PM, Jeff Siegel wrote: Tom, > >We thought it might be a file issue...however...I can upload the very same >file as can the consultant. Further, we are running the code on two completely >differ

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Tom Sartain
On Wed, Jul 22, 2009 at 1:48 PM, Jeff Siegel wrote: > Tom, > > We thought it might be a file issue...however...I can upload the very same > file as can the consultant. Further, we are running the code on two > completely different servers (from two completely different hosting > companies). Again

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Jeff Siegel
cannot. Jeff From: Tom Sartain To: NYPHP Talk Sent: Wednesday, July 22, 2009 1:39:23 PM Subject: Re: [nyphp-talk] PHP Fileupload problem Just to reduce variables, is the client able to upload the same file to some other site?  On Wed, Jul 22, 2009 at 1:29 PM

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Donald J. Organ IV
point. - Original Message - From: "Jeff Siegel" To: "NYPHP Talk" Sent: Wednesday, July 22, 2009 5:42:21 PM Subject: Re: [nyphp-talk] PHP Fileupload problem Donald, max_execution_time is 1800 Jeff - Original Message From: Donald J. Organ IV To: NYPHP Talk Sent: Wedn

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Jeff Siegel
Donald, max_execution_time is 1800 Jeff - Original Message From: Donald J. Organ IV To: NYPHP Talk Sent: Wednesday, July 22, 2009 1:29:56 PM Subject: Re: [nyphp-talk] PHP Fileupload problem What is the max_execution_time set to?? - Original Message - From: "Jeff S

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Jeff Siegel
There's definitely something to that theory. They don't have the peppiest connection. Jeff - Original Message From: Daniel Convissor To: NYPHP Talk Sent: Wednesday, July 22, 2009 1:27:43 PM Subject: Re: [nyphp-talk] PHP Fileupload problem Hi Jeff: Your client probably h

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Tom Sartain
Talk" > Sent: Wednesday, July 22, 2009 5:29:31 PM > Subject: Re: [nyphp-talk] PHP Fileupload problem > > David, > > Small file uploads are no problem at all. > > Both clients who are having the problem are in business environments. (One > is located in New York...the

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Donald J. Organ IV
What is the max_execution_time set to?? - Original Message - From: "Jeff Siegel" To: "NYPHP Talk" Sent: Wednesday, July 22, 2009 5:29:31 PM Subject: Re: [nyphp-talk] PHP Fileupload problem David, Small file uploads are no problem at all. Both clients who are ha

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Jeff Siegel
so doesn't have any problems with the upload) is using a home office in New York and Cablevision. A head scratcher...no? Jeff - Original Message From: David Krings To: NYPHP Talk Sent: Wednesday, July 22, 2009 1:22:44 PM Subject: Re: [nyphp-talk] PHP Fileupload problem Je

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Daniel Convissor
Hi Jeff: Your client probably has a lousy internet connection when it comes to upstream bandwidth/reliability. Maybe have them try one of the internet speedometers: http://www.dslreports.com/stest http://www.speakeasy.net/speedtest/ --Dan -- T H E A N A L Y S I S A N D S O L U T I O N

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread David Krings
Jeff Siegel wrote: The code is real standard stuff (see below). A user selects a file. Clicks upload. When the upload is completed a refreshed page appears. This function works perfectly when I test it and when another consultant tests it. We are able to upload files of almost any size. When the u

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Jeff Siegel
he problem. Just a file about 2meg will cause the timeout. Jeff - Original Message From: Dan Cech To: NYPHP Talk Sent: Wednesday, July 22, 2009 1:03:29 PM Subject: Re: [nyphp-talk] PHP Fileupload problem Jeff, You may be falling afoul of one of the configuration options

Re: [nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Dan Cech
Jeff, You may be falling afoul of one of the configuration options related to file uploads in PHP: upload_max_filesize "128M" post_max_size "50M" max_input_time 600 Or Apache: LimitRequestBody 5300 The settings above are usually sufficient to allow uploads u

[nyphp-talk] PHP Fileupload problem

2009-07-22 Thread Jeff Siegel
The code is real standard stuff (see below). A user selects a file. Clicks upload. When the upload is completed a refreshed page appears. This function works perfectly when I test it and when another consultant tests it. We are able to upload files of almost any size. When the upload is complete