[PHP-WIN] input type=file

2002-07-29 Thread Lorne T
Is there a setting or something that needs to be done to allow the file input to work correctly on IIS? Right now every time the form is submitted my file name variable returns with "none" as the name. My guess is there is a setting or component that IIS needs to handle the file input type. Any o

Re: [PHP-WIN] input type=file

2002-07-29 Thread Lorne T
t; You also need the PHP.ini file set to accept files. > -- > Scott Carr > OpenOffice.org > Documentation Maintainer > http://documentation.openoffice.org/ > > > Quoting Lorne T <[EMAIL PROTECTED]>: > > > Is there a setting or something that needs to be done to

Re: [PHP-WIN] input type=file

2002-07-30 Thread Lorne T
For those who kindly replied to my web-mail (which is not working right now) here is the code requested. After checking the submit variable is set we do this: $the_data = add_microsoft_escapes(fread(fopen($data_blob,"rb"), filesize($data_blob))); $data_blob always reports "none" The form enc

[PHP-WIN] php_gd.dll Problems

2002-07-31 Thread Lorne T
Any news on getting a version of this dll that is compatible with php 4.2.2? I have found no resources and had no luck getting this to work. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] File uploading yet again

2002-08-01 Thread Lorne T
I still am in need of help with uploading a file using IIS and PHP 4.2.2. The problem seems to be that the variables holding the temp name and size never get correctly set from the file input control. I have the copy function working, but it can not find the temp file because php never reports a

Re: [PHP-WIN] File uploading yet again

2002-08-02 Thread Lorne T
ll need to use the new superglobal arrays to access your > variable. I am not sure how it would uploaded file, but it should be > something like $_POST['data_blob']. > > HTH, > > Mikey > > > -Original Message- > > From: Lorne T [mailto:[EMAIL PROTECTED]]

[PHP-WIN] Install problem

2001-12-21 Thread Lorne T
Hi, Im trying to create an installer for a php application. During the install I access the IIS metabase and insert a php4isapi filter. Under properties I can see the mapping but unfortunately, IIS does not seem to be able to load this dll. Why? Ive registered the dll, restarted IIS tried differe