RE: Converting CGI+Perl to PHP Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From what I can see, the ASP code simply takes whatever binary stream is sent
to the server and puts it into the Application buffer ready for use
elsewhere.

The equivalent for PHP is :-
http://uk.php.net/manual/en/function.getallheaders.php 

However, the fact that you can change the image filename on the camera leads
me to think that you have more options available to you.

Please can you send me the camera model details, so I can look at the user
guide for it.

Rob.

-----Original Message-----
From: php-objects@xxxxxxxxxxxxxxx [mailto:php-objects@xxxxxxxxxxxxxxx] On
Behalf Of Ali Jamali
Sent: 24 November 2008 11:14
To: php-objects@xxxxxxxxxxxxxxx
Subject: Re:  Converting CGI+Perl to PHP Help

Also the same program in ASP is
__________________________________________

<%


biData = Request.BinaryRead(Request.TotalBytes)

if len(bidata) > 0 then 
   
  Application("imageSize") = LenB(biData)    
  Application("theImage") = biData    
        
end if

%>
<html>
<body>
File uploaded successfully!
</body>
</html>


______________________________________________


***********************************************************************************
Any opinions expressed in email are those of the individual and not necessarily those of the company. This email and any files transmitted with it are confidential and solely for the use of the intended recipient 
or entity to whom they are addressed. It may contain material protected by attorney-client privilege. If you are not the intended recipient, or a person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited.

Random House Group + 44 (0) 20 7840 8400
http://www.randomhouse.co.uk
http://www.booksattransworld.co.uk 
http://www.kidsatrandomhouse.co.uk
Generic email address - enquiries@xxxxxxxxxxxxxxxxx

Name & Registered Office:
THE RANDOM HOUSE GROUP LIMITED
20 VAUXHALL BRIDGE ROAD
LONDON
SW1V 2SA
Random House Group Ltd is registered in the United Kingdom with company No. 00954009, VAT number 102838980
***********************************************************************************


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux