[PHP] LOOKING FOR CODE LOCATION IN PHP SOURCE....

2001-01-29 Thread Tim Meader

Hey all, I've come to the realization that if I intend to be able to write 
a file to disk AS it's being uploaded via http, I will need to modify the 
PHP source directly. Just wondering, anyone know in what source file I 
should be looking for the HTTP UPLOAD handling code, I've looked through 
quite a few files in the /ext/standard source directory, to no avail yet. 
Thank you in advance to any and all for your help


Tim Meader
[EMAIL PROTECTED]
ACS Government Solutions Group


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] LOOKING FOR CODE LOCATION IN PHP SOURCE....

2001-01-29 Thread Joe Sheble (Wizaerd)


I don't believe this is a PHP function, but rather a function of the browser
if using the INPUT TYPE="file"

Joseph E. Sheble
a.k.a. Wizaerd
Wizaerd's Realm
Canvas, 3D, Graphics,
ColdFusion, PHP, and mySQL
http://www.wizaerd.com
=

 -Original Message-
 From: Tim Meader [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 29, 2001 8:36 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] LOOKING FOR CODE LOCATION IN PHP SOURCE


 Hey all, I've come to the realization that if I intend to be able
 to write
 a file to disk AS it's being uploaded via http, I will need to modify the
 PHP source directly. Just wondering, anyone know in what source file I
 should be looking for the HTTP UPLOAD handling code, I've looked through
 quite a few files in the /ext/standard source directory, to no avail yet.
 Thank you in advance to any and all for your help


 Tim Meader
 [EMAIL PROTECTED]
 ACS Government Solutions Group


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]