Torna al Thread

<script type="text/javascript"> $(function () { $("#fuVideo").uploadify({ 'fileSizeLimit' : '500MB', 'swf': '/Scripts/Uploadify/uploadify.swf', 'uploader': '/Handler/FileUpload.ashx', 'fileTypeDesc' : 'Video Files', 'fileTypeExts' : '<%= YouTube.VIDEO_FORMAT %>', 'queueSizeLimit' : 1, 'removeTimeout' : 1, 'multi': false, 'auto': false, 'successTimeout': 72000, 'onUploadSuccess' : function(file, data, response) { if(response) { } else { alert('<%= Messaggi.ERR_UPLOAD_VIDEO %>'); return false; } }, 'onUploadError' : function(file, errorCode, errorMsg, errorString) { alert('<%= Messaggi.ERR_UPLOAD_VIDEO %>'); L'UPLOAD SI INTERROMPE E COMPARE IL MESSAGGIO DI ERRORE PRESENTE QUI' return false; }, 'onUploadStart' : function(file) { $('#fuVideo').uploadify('settings','formData',{ 'type' : 'video_news', 'title' : $('#<%= txtTitolo.ClientID %>').val(), 'title_old' : $('#<%= hdTitleOld.ClientID %>').val(), 'category' : $('#<%= ddlCategoria.ClientID %>').val(), 'description' : $('#<%= txtDescription.ClientID %>').val(), 'keywords' : $('#<%=txtKeywords.ClientID %>').val() }); } }); }); </script>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5