I have no idea what is happening, but this is the situation:
- We have a asp.net wizard control that we use in umbraco
- The user uploads a .mp4 file to the server via this wizard
- The file is correctly uploaded to the server (no validation errors or server side errors etc)
- The file is shown in the umbraco media folder
- The file is present on the filesystem and can be played via quicktime
- But clicking on the link to the file (backend and frontend) will return a 404 error from umbraco
- Other files like images and pdf files work as espected (you can access and download them)
Does anyone have an idea what is causing this or how to solve it?
We are using Umbraco v 4.7.0 (Assembly version: 1.0.4163.19946).
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/28919-uploading-a-mp4-file-and-accessing-gives-a-404