[PHP] HTTP POST FILE UPLOAD HELP - REVISITED

2002-11-09 Thread @ Darwin
Sorry about that guys, here is a bit more info that might be useful: I forgot to tell you that I'm working on a Windows XP box with full rights, which means the default temporary directory is C:\WINDOWS\Temp and there are no limitations on what I can and cannot access on the system (running as

Re: [PHP] HTTP POST FILE UPLOAD HELP - REVISITED

2002-11-09 Thread Jason Wong
On Saturday 09 November 2002 18:39, [EMAIL PROTECTED] wrote: Sorry about that guys, here is a bit more info that might be useful: I forgot to tell you that I'm working on a Windows XP box with full rights, which means the default temporary directory is C:\WINDOWS\Temp and there are no

RE: [PHP] HTTP POST FILE UPLOAD HELP - REVISITED

2002-11-09 Thread @ Darwin
- From: Jason Wong [mailto:php-general;gremlins.com.hk] Sent: Saturday, November 09, 2002 5:01 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP - REVISITED On Saturday 09 November 2002 18:39, [EMAIL PROTECTED] wrote: Sorry about that guys, here is a bit more info

[PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
Ok, I have a problem with my file upload. When I upload a file, say $img, only $img is available and when I echo $img to the screen it gives the full path of the temporary image supposedly created by PHP. Echoing $_FILE['img']['tmp_name'], or any of the other $_FILE array elements, doesn't give

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Justin French
Hi, Simple question first: There is a perfect working example of file uploads available on the PHP website in the manual. Can you get that example to work? Justin on 08/11/02 10:05 PM, @ Darwin ([EMAIL PROTECTED]) wrote: Ok, I have a problem with my file upload. When I upload a file, say

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Ernest E Vogelsinger
At 13:05 08.11.2002, Darwin spoke out and said: [snip] is the info from my php.ini file: ; Temporary directory for HTTP uploaded files (will use system default if not ;

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
You know what, let me try that, and I will get back to you as soon as I can. - Darwin -Original Message- From: Justin French [mailto:justin;indent.com.au] Sent: Friday, November 08, 2002 7:13 AM To: @ Darwin; Php-General Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP Hi, Simple

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
POST FILE UPLOAD HELP At 13:05 08.11.2002, Darwin spoke out and said: [snip] is the info from my php.ini file: --- - ; Temporary directory for HTTP uploaded files (will use system

RE: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread @ Darwin
Nope, tried that just now. The example doesn't work for me. Any other suggestions? - Darwin -Original Message- From: Justin French [mailto:justin;indent.com.au] Sent: Friday, November 08, 2002 7:13 AM To: @ Darwin; Php-General Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP Hi

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Jason Wong
On Saturday 09 November 2002 03:03, [EMAIL PROTECTED] wrote: Nope, tried that just now. The example doesn't work for me. Any other suggestions? How doesn't it work? Error messages? Aliens stole your file? If you can't get the example from the manual to work then you've got serious problems :)

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread Justin French
: Re: [PHP] HTTP POST FILE UPLOAD HELP Hi, Simple question first: There is a perfect working example of file uploads available on the PHP website in the manual. Can you get that example to work? Justin on 08/11/02 10:05 PM, @ Darwin ([EMAIL PROTECTED]) wrote: Ok, I have

Re: [PHP] HTTP POST FILE UPLOAD HELP

2002-11-08 Thread BAROILLER Pierre-Emmanuel
: Justin French [mailto:justin;indent.com.au] Sent: Friday, November 08, 2002 7:13 AM To: @ Darwin; Php-General Subject: Re: [PHP] HTTP POST FILE UPLOAD HELP Hi, Simple question first: There is a perfect working example of file uploads available on the PHP website in the manual. Can you