[nycphp-talk] file uploads
Brian Pang
bpang at bpang.com
Mon Dec 15 00:36:25 EST 2003
I think for starters you would need to change the php.ini settings
post_max_size = 250M
upload_max_filesize = 250M
max_execution_time = 600
or however many seconds you think it would take to upload 250M
file_uploads = 1 (of course)
still, I'm not sure how you would get around
memory_limit
It would seem wrong to set this to 250M
or is an uploaded file not restricted by this paramater?
other than that, I can't think of anything special that the script would
require.
please share what the solution is to get 400mb files
> John,
>
> Would it be possible for you to send the files to me too. I am also
> interested in finding out how to do it.
>
> - Nasir
>
> > okie, I'll send them off-list -- if you have any questions,
> > just shoot me an email to my jlacey at att.net addy
> >
> >
> > Donald J. Organ IV wrote:
> >
> > > yes a file or two would be a great help, personally i would
> > tell the
> > > client to use an ftp server but that is not what they want
> > >
> > > ----- Original Message -----
> > > From: "John Lacey" <jlacey at att.net>
> > > To: "NYPHP Talk" <talk at lists.nyphp.org>
> > > Sent: Sunday, December 14, 2003 9:58 PM
> > > Subject: [nycphp-talk] file uploads
> > >
> > >
> > >
> > >>but seriously Donald, if you'd like, I can send you a file
> > >>or two to look at that would give you the mechanics of it
> > at least...
> > >>I 'have' heard of people uploading 400MB graphics files for
> > what it's
> > >>worth.
> > >>
> > >>John
> > >>
> > >>
More information about the talk
mailing list