LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Bug Reports > 4.013 PHP5 HTTP_POST method no longer works

Reply
 
Thread Tools Display Modes
  #1  
Old 02-22-2010, 11:05 PM
chernann chernann is offline
Member
 
Join Date: Nov 2006
Posts: 13
Default 4.013 PHP5 HTTP_POST method no longer works

I just updated to 4.013 and PHP5 HTTP_POST does not work. Verified working fine in 4.012 and Apache.

Here's the code:
Code:
<form method=post action="pictureform.php">
<input type="FILE" name="userpic" size="30">
<input type=submit>
</form>
PHP Code:
        $source $HTTP_POST_FILES['userpic']['tmp_name']; 
Under 4.012 and Apache $source will return the temporary file location of the file (e.g. /tmp/adoije)

4.013 returns a null value. It appears the temporary file is not actually created from the upload form.

edit: Changing the script to the $_FILES super global solved the issue. Although this might be a problem for older scripts.

Last edited by chernann; 02-22-2010 at 11:16 PM..
Reply With Quote
  #2  
Old 02-23-2010, 07:50 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,295
I did tests base on your code. Here's my result:

1. can reproduce if same code as yours
2. following code(i.e., add enctype)
Code:
<form method=post action="pictureform.php" enctype="multipart/form-data">
<input type="FILE" name="userpic" id="userpic" size="30">
<input type=submit>
</form>
working well.

3.tested on 4.0.11/4.0.12/4.0.13, no difference. and, output of $HTTP_POST_FILES and $_FILES are found no difference too.

can you verify once more.
Reply With Quote
  #3  
Old 02-23-2010, 10:28 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Quote:
Originally Posted by chernann View Post
PHP Code:
        $source $HTTP_POST_FILES['userpic']['tmp_name']; 
Under 4.012 and Apache $source will return the temporary file location of the file (e.g. /tmp/adoije)
Maybe it related to

http://www.litespeedtech.com/support...ead.php?t=3757
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:39 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.