Re: Large file uploads via PHP

2006-12-13 Thread Michelle Konzack
Am 2006-12-01 19:45:17, schrieb John Miller: > After all this mucking around, the file still took 20 minutes to > upload--over our LAN, no less! While the file was being written to the > upload_tmp_dir (/tmp), the php4 process gobbled over 100MB RAM. If this > only happened once a day, we mig

Re: Large file uploads via PHP

2006-12-02 Thread Roberto C. Sanchez
On Sat, Dec 02, 2006 at 02:12:54AM -0500, Carl Fink wrote: > On Fri, Dec 01, 2006 at 07:45:17PM -0500, John Miller wrote: > > We have a user who wants to upload podcasts to her website via PHP forms > > (Wordpress & Drupal). Some of the podcasts are in the 60-minute+ range > > and take up over 1

Re: Large file uploads via PHP

2006-12-02 Thread Thomas Goirand
John Miller wrote: > We have a user who wants to upload podcasts to her website via PHP forms > (Wordpress & Drupal). Some of the podcasts are in the 60-minute+ range > and take up over 100MB. Has anyone on the list had experience with this > sort of thing? > > Our setup: > Dell PowerEdge 2400,

Re: Large file uploads via PHP

2006-12-01 Thread Carl Fink
On Fri, Dec 01, 2006 at 07:45:17PM -0500, John Miller wrote: > We have a user who wants to upload podcasts to her website via PHP forms > (Wordpress & Drupal). Some of the podcasts are in the 60-minute+ range > and take up over 100MB. Has anyone on the list had experience with this > sort of t

Re: Large file uploads via PHP

2006-12-01 Thread Nate Duehr
John Miller wrote: After all this mucking around, the file still took 20 minutes to upload--over our LAN, no less! While the file was being written to the upload_tmp_dir (/tmp), the php4 process gobbled over 100MB RAM. If this only happened once a day, we might be able to live with it, but t

Re: Large file uploads via PHP

2006-12-01 Thread Henrique de Moraes Holschuh
On Fri, 01 Dec 2006, John Miller wrote: > We have a user who wants to upload podcasts to her website via PHP forms > (Wordpress & Drupal). Some of the podcasts are in the 60-minute+ range > and take up over 100MB. Has anyone on the list had experience with this > sort of thing? Yes. I have t