It looks like you're new here. If you want to get involved, click one of these buttons!
if ( validar() )
if ( $('#fotos').uploadifyUpload() )
if ( $('#video').uploadifyUpload() )
alert(\"works!\");
alert( $('#fotos').uploadifyUpload() )
'onAllComplete':function(a,b){
if (b.filesUploaded == 3 && b.errors == 0) {
$(\".mensaje\").addClass(\"enviando\").append(\"Fotos subidas exitosamente. Subiendo video.\");
return true;
}
uploadifyUpload:function(ID) {
jQuery(this).each(function() {
document.getElementById(jQuery(this).attr('id') + 'Uploader').startFileUpload(ID, false);
});
},