Hi there. I am using a simple FileUpload control for an artist submission website. I have tested the functionality in all browsers on my PC and had no issues; however, many of the artists, of course, use Macs and are experiencing issues with the upload process saying it "does nothing". Any insight into this matter? Additional note: The artists using PCs are having no issues with the upload process.
What browser on the mac? Safari? When your users say "it does nothing", is this a UI problem for the end users or a functional problem? If this is Safari, does this work with Safari on a PC? If this problem is with Safari, there are some reported issues of Safari not posting the content type to the server and this could cause your server side code to fail depending on how you've coded it.