[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 one
else run into this problem? Any suggestions?



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] input type=file

2002-07-29 Thread Lorne T

I looked there and everything seems to be set correctly. File uploads are on
with max size 2M and a temp directory that is set for full permissions for
all users.

"Scott Carr" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 
>
> 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 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
one
> > else run into this problem? Any suggestions?
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> -
> This mail sent through IMP: http://horde.org/imp/



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 encode type statement:

checkForm just ensures that required fields are indeed filled.

The input field:


LT





-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 temp file name. What am I missing?



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] File uploading yet again

2002-08-02 Thread Lorne T

Yes it is set to "on".
"Mikey" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> After looking at your example, do you have register_globals set to 'On' in
> your php.ini file?
>
> If not that you will 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]]
> > Sent: 01 August 2002 21:56
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] File uploading yet again
> >
> >
> >   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 temp file name. What am I missing?
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> >
> >
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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
different locations for the dll... I do not know what to do next? Any tips?

LT



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