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
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
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
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
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
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]]
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