I built a file-upload utility that allows outside customers to upload PDF's, Quark files, .SIT files, and other such mac-native filetypes to our organisation.
Here's the problem:
Once a native file has been uploaded, the internal users (all on Mac's) have errors downloading. The error is the file they download is converted into ascii text, or is just garbage.
Since I don't have a mac at my disposal, I can't test this out for myself. The users are all command+clicking (equiv. of right-click + save-as), and saving the files with their given filenames.
Mac files carry extra filetype data, so they don't need file extensions (a pain in the ass if you ask me)...
Anyone have an idea why uploading in a browser (all the php I'm using is an upload form w/ enctype, and copy() to move the data around; nothing fancy) and downloading in a browser would be causing this problem?
Thanks!
Chad Edge