RE: [PHP] php upload on MAC

2001-08-14 Thread Erik H. Mathy

Hi!

 Mac users can't upload all of their files.

all of their files? Out of curiousity, how many files do they seem to be
able to send up before the script falters? What error messages or behavior
does PHP show when it does falter?

Just looking for alittle additional info,
- Erik


-- 
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] php upload on MAC

2001-08-14 Thread Jason Radley

Hey Erik,
well I checked the userfile_type and if it was a word document I added the
.doc extension to it.  The other mac programs that add the extension to the
filename work fine.  If you were to make a photo shop file and
upload it it fail.  Warning: Unable to open none for reading.  No such
file blah blah.  What do you think?
Thanks,
Jason

-Original Message-
From: Erik H. Mathy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 2:01 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] php upload on MAC


Hi!

 Mac users can't upload all of their files.

all of their files? Out of curiousity, how many files do they seem to be
able to send up before the script falters? What error messages or behavior
does PHP show when it does falter?

Just looking for alittle additional info,
- Erik


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




Re: [PHP] php upload on MAC

2001-08-14 Thread Richard Lynch

none means they didn't pick a file to upload at all...

Or that it was too large for your size limit.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message -
From: Jason Radley [EMAIL PROTECTED]
Newsgroups: php.general
To: Erik H. Mathy [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, August 14, 2001 4:20 PM
Subject: RE: [PHP] php upload on MAC


 Hey Erik,
 well I checked the userfile_type and if it was a word document I added the
 doc extension to it.  The other mac programs that add the extension to the
 filename work fine.  If you were to make a photo shop file and
 upload it it fail.  Warning: Unable to open none for reading.  No such
 file blah blah.  What do you think?
 Thanks,
 Jason

 -Original Message-
 From: Erik H. Mathy [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, August 14, 2001 2:01 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [PHP] php upload on MAC


 Hi!

  Mac users can't upload all of their files.

 all of their files? Out of curiousity, how many files do they seem to be
 able to send up before the script falters? What error messages or behavior
 does PHP show when it does falter?

 Just looking for alittle additional info,
 - Erik


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