Do you get an error message? If so, what error message?
It's possible that the size of your file is to big? In web.config the size is set to 5 MB by default. You can change this or you can use this package and upload the files per FTP:
One other way to get things working with videos in umbraco would be to make use of youtube embed url to avoid any downtime when users are viewing the videos.
What is the extension of the video you are viewing?....remember if you are using .wmv you will need to add some code in your template such as embed to make it play in your browser.
upload vedio file
can you tell me how can i uploaded any vedio files from admin sides?
1. Navigate to the media section.
2. Right click the folder you want to upload to. Select "Create"
3. Select type "File", and click "ok"
4. Choose the file to upload, and click save.
5. Succes
I have tried as you procudure but its not working.if any another idea about that pls send me.
Do you get an error message? If so, what error message?
It's possible that the size of your file is to big? In web.config the size is set to 5 MB by default. You can change this or you can use this package and upload the files per FTP:
http://our.umbraco.org/projects/backoffice-extensions/import-media
Can you upload other files or images in media section?
Yes, I have upload the images file in the media section its working but not the vedio files?
It's possible that the size of file is too big? Do you get an error message? Please read my first post...
Hi,
One other way to get things working with videos in umbraco would be to make use of youtube embed url to avoid any downtime when users are viewing the videos.
What is the extension of the video you are viewing?....remember if you are using .wmv you will need to add some code in your template such as embed to make it play in your browser.
is working on a reply...