Click here to Skip to main content
15,905,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using file upload control in ASP.NET.
The problem is that its working for all browsers in Windows even its working in safari for Windows also.
But it doesn't work only in safari for Mac

Following is the code mark up:
<asp:FileUpload runat="server" ID="Pic1" />
<asp:RequiredFieldValidator runat="server" ID="pic1required" CssClass="RequiredError" Display="Dynamic" ControlToValidate="Pic1" ErrorMessage="You must upload a first picture." />
<br />
<asp:FileUpload runat="server" ID="Pic2" />
<asp:RequiredFieldValidator runat="server" ID="pic2required" CssClass="RequiredError" Display="Dynamic" ControlToValidate="Pic2" ErrorMessage="You must upload second a picture." />
Posted
Updated 27-Dec-13 7:20am
v2
Comments
ZurdoDev 27-Dec-13 13:16pm    
What does happen? Error? Did you google to see if it is supported on mac?
shanalikhan 27-Dec-13 14:55pm    
yes its supported on mac. when user click browser button in upload control dialog box doesnt appear

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900