Re: [PHP] uploading files problem

2002-03-29 Thread Balaji Ankem

specify the value attribute in input elements!!!

- Original Message -
From: "Balaji Ankem" <[EMAIL PROTECTED]>
Date: Friday, March 29, 2002 4:27 pm
Subject: Re: [PHP] uploading files problem

> hi  friend,
> 
> do we have static variables in php?
> 
> If we have can u give the syntax!!1
> 
> Thanks in advance
> Balaji
> Content-Type: multiparboundary="
> _=_NextPart_001_01C1D70D.F3519000"
> 
> --_=_NextPart_001_01C1D70D.F3519000
> Content-Type: text/plain
> 
> hi there,
> 
> I'm trying to upload a file using php on an apache server running on
> linux.
> 
> The code of the form I'm using is as follow:
> 
>  action=$PHP_SELF?action=doupload >
> File to upload:
> 
> 
> 
> Upload
> 
> 
> 
> 
> when I press the submit button after selecting the file, nothing
> happens. 
> I tried to print the filename passed by the form but it is empty.
> If I run the same page on my win2k server, everything works fine.
> It seems as that the form doesn't pass post variables. I also 
> tried to
> delete the enctype parameter and in this case the variables are 
> printedon screen.
> 
> Is there any particular setting on linux for this page to work?
> 
> thanks
> 
> 
> 
> 
> --_=_NextPart_001_01C1D70D.F3519000--
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


**Disclaimer
  


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.



 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] uploading files problem

2002-03-29 Thread Balaji Ankem

hi  friend,

do we have static variables in php?

If we have can u give the syntax!!1

Thanks in advance
Balaji
Content-Type: multipart/alternative;
boundary="_=_NextPart_001_01C1D70D.F3519000"


--_=_NextPart_001_01C1D70D.F3519000
Content-Type: text/plain

hi there,

I'm trying to upload a file using php on an apache server running on
linux.

The code of the form I'm using is as follow:


File to upload:



Upload




when I press the submit button after selecting the file, nothing
happens. 
I tried to print the filename passed by the form but it is empty.
If I run the same page on my win2k server, everything works fine.
It seems as that the form doesn't pass post variables. I also tried to
delete the enctype parameter and in this case the variables are printed
on screen.

Is there any particular setting on linux for this page to work?

thanks




--_=_NextPart_001_01C1D70D.F3519000--



**Disclaimer
  


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.



 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] uploading files problem

2002-03-29 Thread Claudio Fedel

hi there,

I'm trying to upload a file using php on an apache server running on
linux.

The code of the form I'm using is as follow:


File to upload:



Upload




when I press the submit button after selecting the file, nothing
happens. 
I tried to print the filename passed by the form but it is empty.
If I run the same page on my win2k server, everything works fine.
It seems as that the form doesn't pass post variables. I also tried to
delete the enctype parameter and in this case the variables are printed
on screen.

Is there any particular setting on linux for this page to work?

thanks