Re[2]: [PHP] File Upload

2002-12-14 Thread Tom Rogers
Hi, Saturday, December 14, 2002, 5:55:12 PM, you wrote: JW On Saturday 14 December 2002 11:35, Tom Rogers wrote: You are missing this bit: input type=hidden name=MAX_FILE_SIZE value=10 JW I am curious as to why so many people say this in response to file upload JW problems? JW In

Re: Re[2]: [PHP] File Upload

2002-12-14 Thread Jason Wong
On Saturday 14 December 2002 16:40, Tom Rogers wrote: Just clutching at straws as there was no mention of which browser was being used and it may have been needed as this is a browser directive. I have never had trouble uploading files with or without that setting. Ah, so in your case you're

Re: Re[2]: [PHP] File Upload

2002-12-14 Thread Paul Roberts
] To: [EMAIL PROTECTED] Sent: Saturday, December 14, 2002 8:53 AM Subject: Re: Re[2]: [PHP] File Upload On Saturday 14 December 2002 16:40, Tom Rogers wrote: Just clutching at straws as there was no mention of which browser was being used and it may have been needed as this is a browser

Re: Re[2]: [PHP] File Upload

2002-12-14 Thread Jason Wong
On Saturday 14 December 2002 18:26, Paul Roberts wrote: the legend starts here http://www.php.net/manual/sk/features.file-upload.php The _URL_ should point to a PHP file. The MAX_FILE_SIZE hidden field must precede the file input field and its value is the maximum filesize accepted. The

Re[2]: [PHP] File Upload

2002-12-13 Thread Tom Rogers
Hi, Saturday, December 14, 2002, 1:52:48 PM, you wrote: MK Thanks Tom, but still no luck.. it seems like it doesn't recognize $testfile MK variable at all in PHP script, even thought the globals are ON... Put phpinfo(32); at the top of your file and see what is being sent -- regards, Tom --