Re: [PHP] Upload file from my local C:

2001-04-09 Thread HK Woo
us... > what`s the error message now? Can be something like "permission denied"... > > You should create a diretory and do "chmod 666 dir_name", than you'll have > the right permission to write in this diretory. > > regards, > > Augusto > >

Re: [PHP] Upload file from my local C:

2001-04-09 Thread HK Woo
I have tried to add ENCTYPE as you suggested. However, it still can't work. The file is located in my D: Any more idea? Thank You! HK Woo "Michael Hall" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Is the file on y

Re: [PHP] Upload file from my local C:

2001-04-09 Thread HK Woo
Hi, Johnson The file is located at my local WIN ME machine. The file is set to R/W HK Woo ""Johnson, Kirk"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Are the permissions set OK? > > Kirk > > > -O

[PHP] Upload file from my local C:

2001-04-09 Thread HK Woo
Hi, I use a command "copy" to upload a file from my local win machine to webserver. However, it is not successful. It prompts that "Warning: Unable to open 'D:\\PHP\\upload1.php' for reading:". I would like to know what is the problem Thank You! HK Woo --

Re: [PHP] pass variable to PHP

2001-04-03 Thread HK Woo
Hi, Plutarck Thank You for your help. I would like to know how to turn on the feature to let PHP to separate the variable by GET/POST Thank You! HK Woo ""Plutarck"" <[EMAIL PROTECTED]> wrote in message 9ae7sf$f96$[EMAIL PROTECTED]">news:9ae7sf$f96$[EMAIL P

[PHP] pass variable to PHP

2001-04-03 Thread HK Woo
Hi, I have written a html which contains a form and then I use a "GET" method to pass a variable to PHP program with http://xxx.xxx.xxx.xxx/test.php?testing=testing. However, I can't get the variable testing by using "echo $testing". I don't know what is th