Re: [PHP] mac os 9 - file upload problems

2003-02-11 Thread Lowell Allen
 From: Jimmy Brake [EMAIL PROTECTED]
 
 I have a file upload page that accepts file uploads from pretty much
 every browser and os EXCEPT any browser on mac os 9.  I have no idea
 why, any of you ever have problems with file uploads on mac os 9? How
 did you solve the issue.

I have no problems with file uploads using IE 5.1, Mac OS 9.2.

--
Lowell Allen


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




Re: [PHP] mac os 9 - file upload problems

2003-02-11 Thread Step Schwarz
 I have a file upload page that accepts file uploads from pretty much
 every browser and os EXCEPT any browser on mac os 9.
[...]

Hi Jimmy,

I routinely use Mac OS 9.x and both Netscape 7 and IE 5.1 to upload files to
sites written in PHP.  I also maintain these sites.  The only problems I've
encountered are when users try to upload files with something funky in the
filename which I did not anticipate.

Is it possible that uploads are failing because your Mac users are uploading
files with no file extensions and this is somehow interfering with the code
you're using to process the file?  File extensions are not required on Mac
OS 9.x so it wouldn't be uncommon at all to find a Mac user uploading, say,
a PDF without a .pdf extension.  If you'd like to post a URL or some code
I'd be happy to take a look.

Hope this helps,
-Step


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




[PHP] mac os 9 - file upload problems

2003-02-10 Thread Jimmy Brake
Hi,

I have a file upload page that accepts file uploads from pretty much
every browser and os EXCEPT any browser on mac os 9.  I have no idea
why, any of you ever have problems with file uploads on mac os 9? How
did you solve the issue.

  
-- 
Jimmy Brake [EMAIL PROTECTED]


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