I have two applications as mentioned below:
- Admin application through which I am able to upload a .mp4 file to the server.
- I am trying to download the .mp4 using mobile application in iPad.
- The Admin application is made by using asp.net 4.0 and SQL Server, IIS7.
- The Mobile application is made of asp.net mvc3, jquerymobile, HTML5.
As of now I have added mime type video/mp4
for .mp4 in IIS7 mime types section.
When I am trying to download the .mp4 file in iPad I am seeing a dark black screen with cross arrow on it. Can anyone please help me to resolve the issue.
Please tell me whether the mime type video/mp4
for .mp4 is correct.
audio/mp4
– NineCattoRules