I modified the InsertFlash.aspx page per an earlier post and added
files.AddRange(fs.GetFileItems(CurrentDirectory, secset.FileNamePrefix +
"*.flv"));
in the GetFiles method and also return
return
((filename.EndsWith(".swf") || filename.EndsWith(".flv")) ? true : false);
in the AllowFileName method. However, when i try to upload a .flv file nothing happens. There is no error message or any other action after i select the filie. I can upload a .swf file but i am not able to upload a .flv file. I have searched in this forum but am unable to find any solution. please help.
-venu