Re: [PHP] File Uplaod

2004-01-11 Thread Jason Wong
On Sunday 11 January 2004 04:30, Rick Laird wrote: > I am trying to uplaod a 3 MB file to a server running apache and PHP. I > seem to hitting a 1.7 MB limit on the file size. I do not have > max_file_size set in my php.ini. I am using the Jakarta HTTPClient java > classes as the client. "uploa

Re: [PHP] File Uplaod

2004-01-11 Thread Stuart
Rick Laird wrote: I am trying to uplaod a 3 MB file to a server running apache and PHP. I seem to hitting a 1.7 MB limit on the file size. I do not have max_file_size set in my php.ini. Not having upload_max_filesize set (which I assume is the setting you are referring to) will cause PHP to use

[PHP] File Uplaod

2004-01-11 Thread Rick Laird
I am trying to uplaod a 3 MB file to a server running apache and PHP. I seem to hitting a 1.7 MB limit on the file size. I do not have max_file_size set in my php.ini. I am using the Jakarta HTTPClient java classes as the client. Any help would be much appriciated. Thanks Rick Laird -- PHP

Re: [PHP] PHP File Uplaod Path

2001-02-08 Thread Ankur Verma
ebruary 07, 2001 2:12 PM > Subject: [PHP] PHP File Uplaod Path > > > > Hi! > > > > I need help with uploading files with php. > > What is the default directory where the files are > > uploaded..? > > I want to specify a particular directory where the >

Re: [PHP] PHP File Uplaod Path

2001-02-08 Thread Shane McBride
ny other, topic... - Original Message - From: "Dhaval Desai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 3:42 AM Subject: [PHP] PHP File Uplaod Path > Hi! > > I need help with uploading files with php. > What is the default dir

Re: [PHP] PHP File Uplaod Path

2001-02-07 Thread Michael Hall
On Wed, 7 Feb 2001, Dhaval Desai wrote: > Hi! > > I need help with uploading files with php. > What is the default directory where the files are > uploaded..? /tmp ... file name is php(n) where 'n' is an incrementing number > I want to specify a particular directory where the > files have to

[PHP] PHP File Uplaod Path

2001-02-07 Thread Dhaval Desai
Hi! I need help with uploading files with php. What is the default directory where the files are uploaded..? I want to specify a particular directory where the files have to come after they are uploaded. Is it possible to specify a path in the script where the files will automatically be copied