Hi all,
I have small problem with .flv file… Actually i’m able to upload all type of extensions through flash… but the main problem with .flv… when i’m trying to upload .flv file it’s showing upload ed successfully… But there is no file in folder… Rest all extensions are working perfectly…
in flash i’m using this function…
fileDescription = “Videos”;
fileExtension = “*.flv;”;
import flash.net.FileReference;
var fileRef:FileReference = new FileReference();
fileRef.browse([{description: fileDescription, extension: fileExtension}]);
Any one can you please help on this…
Thanks,
vamsi.g