How to upload .flv files with Desktop Media Uploader
I am unable to upload .flv files with DMU, 'Save' button doesn't get enabled even after selecting a .flv file. Please let me know how to remove restriction on file types.
DMU doesn't put any restrictions on file types. The most likely culprit will be that the FLV is probably larger then your website is set to handle as DMU checks the maxRequestLength setting in your web.config, and only allows files to be added to the queue that are below that file size.
To allow larger files, you'll need to increase the maxRequestLength setting in your web.config.
How to upload .flv files with Desktop Media Uploader
I am unable to upload .flv files with DMU, 'Save' button doesn't get enabled even after selecting a .flv file. Please let me know how to remove restriction on file types.
Hi Dorothy,
DMU doesn't put any restrictions on file types. The most likely culprit will be that the FLV is probably larger then your website is set to handle as DMU checks the maxRequestLength setting in your web.config, and only allows files to be added to the queue that are below that file size.
To allow larger files, you'll need to increase the maxRequestLength setting in your web.config.
Many thanks
Matt
is working on a reply...