RE: [PHP] How to upload a file

2002-12-20 Thread Somesh
..? > > -Original Message- > From: Somesh [mailto:[EMAIL PROTECTED]] > Sent: 18 December 2002 15:52 > To: Rich Gray > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] How to upload a file > > > > No difference > > > On Wed, 18 Dec 2002, Rich Gray wrote: &

RE: [PHP] How to upload a file

2002-12-18 Thread Somesh
No difference On Wed, 18 Dec 2002, Rich Gray wrote: > As others have suggested does it make any difference if you up the script > timeout limit with set_time_limit() or via the max_execution_time in > php.ini? > > -Original Message- > From: Somesh [mailto:[EMAIL PROT

RE: [PHP] How to upload a file

2002-12-18 Thread Somesh
;error'] set to > a value? > Rich > > -Original Message- > From: Somesh [mailto:[EMAIL PROTECTED]] > Sent: 18 December 2002 11:18 > To: [EMAIL PROTECTED] > Subject: [PHP] How to upload a file > > > > Hi, > > I am using the followi

Re: [PHP] Random Number Genertation

2002-12-18 Thread Somesh
Hi shaun, Store all those numbers in an array and use the function array_rand. On Wed, 18 Dec 2002, shaun wrote: > Hi, > > Say i have a set of non sequential numbers for example: 1 3 8 12 13 16 19 > 21. > > How can i get php to take a random number from this set? > > Thanks f

RE: [PHP] How to upload a file

2002-12-18 Thread Somesh
Hi Jon, It is as follows ; Maximum allowed size for uploaded files. upload_max_filesize = 8M On Wed, 18 Dec 2002, Jon Haworth wrote: > Hi Somesh, > > > This works fine for small files of like some > > Kbs but fails to upload larger files near to 1MB

[PHP] How to upload a file

2002-12-18 Thread Somesh
Hi, I am using the following code to upload file; X--- Send the file: X--- This works fine for small files of like some Kbs but fails to upload larger files near to 1MB. Can any one help me out from this problem my file processing c