Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread Richard Lynch
On Tue, October 10, 2006 5:09 am, Captain wrote: > Hi geeks, Hi, non-listener... You do realize you posted much the same question yesterday, right? Do you think our answer will have changed in 24 hours? Actually, it will change. I have GIVEN UP trying to tell you the RIGHT WAY to do this, and

Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread tedd
At 3:09 AM -0700 10/10/06, Captain wrote: If it is not possible, plz give any other solution. Expecting ur reply. It's possible, but why not do it in php -- it's simpler -- like: '; $html_output .= 'File Name: '.$HTTP_POST_FILES['userfile']['name'].''; $html_output .= 'File Size: '.$HTTP_POS

Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread David Tulloh
Captain wrote: > Hi geeks, > i am uploading a file to server. Uploading part is working fine. i > am struggle with minor part. actually before uploading file, i am checking > for existance of a file. If it is not exists, directly i am uploading that > file. If it exists, i sud ask user th

Re: [PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread Penthexquadium
On Tue, 10 Oct 2006 03:09:42 -0700 (PDT), Captain <[EMAIL PROTECTED]> wrote: > > Hi geeks, > i am uploading a file to server. Uploading part is working fine. i > am struggle with minor part. actually before uploading file, i am checking > for existance of a file. If it is not exists, dir

[PHP] Passing JAVASCRIPT variable to PHP Script...

2006-10-10 Thread Captain
Hi geeks, i am uploading a file to server. Uploading part is working fine. i am struggle with minor part. actually before uploading file, i am checking for existance of a file. If it is not exists, directly i am uploading that file. If it exists, i sud ask user that "This file is exits.