Re: [PHP] Vanishing files.

2001-05-05 Thread Andrzej Swedrzynski
Hello! I want to apologize for wasting your time. Recently I wrote about vanishing files uploaded to php script. It was my fault. Since I use rsync to send scripts to server it simply automatically dele­ ted all files uploaded using php script which where stored in one of the subdirectories. Onc

Re: [PHP] Vanishing files.

2001-05-05 Thread Andrzej Swedrzynski
On Sun, 6 May 2001, Yasuo Ohgaki wrote: > Since I don't use "register_globals=on", this might not be the problem what you > have. [snip] > Your code is using $userfile as scaler value. Could it be the problem? > (Just "echo $userfile". Isn't it array?) No, it's string, I've checked it. I compl

Re: [PHP] Vanishing files.

2001-05-05 Thread Yasuo Ohgaki
""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Since I don't use "register_globals=on", this might not be the problem what you > have. > > If will have following data in $HTTP_POST_FILES This line should be I will have following data in $HTTP

Re: [PHP] Vanishing files.

2001-05-05 Thread Yasuo Ohgaki
= Your code is using $userfile as scaler value. Could it be the problem? (Just "echo $userfile". Isn't it array?) Regards, -- Yasuo Ohgaki - Original Message - From: "Andrzej Swedrzynski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Yasuo O

Re: [PHP] Vanishing files.

2001-05-05 Thread Andrzej Swedrzynski
On Sat, 5 May 2001, Yasuo Ohgaki wrote: > Could we take a look at your code? Of course. Shall I send whole application or this snippet will do? // How the form is specified // Some other form elements... // Some other form elements... // After the

Re: [PHP] Vanishing files.

2001-05-05 Thread Yasuo Ohgaki
Could we take a look at your code? -- Yasuo Ohgaki "Andrzej Swedrzynski" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello! Recently I wrote a php script which handle file uploads. I took an example from manual (and added some text fields) and every­