> 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

Reply via email to