//****************************************************************************************************** // ATTENTION: THIS FILE HEADER MUST REMAIN INTACT. DO NOT DELETE OR MODIFY THIS FILE HEADER. // // Name: ubr_file_upload.js // Revision: 1.0 // Date: 24/12/2007 12:18PM // Link: http://uber-uploader.sourceforge.net // Initial Developer: Peter Schmandra http://www.webdice.org // // Licence: // The contents of this file are subject to the Mozilla Public // License Version 1.1 (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of // the License at http://www.mozilla.org/MPL/ // // Software distributed under the License is distributed on an "AS // IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or // implied. See the License for the specific language governing // rights and limitations under the License. // //*************************************************************************************************************** var myalertF=0; var upload_range=1;var get_data_loop=false;var get_status_url;var seconds=0;var minutes=0;var hours=0;var info_width=0;var info_bytes=0;var info_time_width=500;var info_time_bytes=15;var cedric_hold=true;var total_upload_size=0;var total_Kbytes=0;var bytesID;var statusID;function checkFileNameFormat(){if(!check_file_name_format){return false}for(var i=0;i1){duplicate_msg+='Archivo duplicado "'+file_name_array[i]+'" detectado en la posición '+(i+1)+".\n";duplicate_flag=true}file_count=0}if(duplicate_flag){fileUploadAlert(duplicate_msg);return true}else{return false}}function resetForm(){location.href=self.location}function hideProgressBar(){document.getElementById('progress_bar').style.display="none"}function showDebugMessage(message){document.getElementById('ubr_debug').innerHTML+=message+'
'}function clearDebugMessage(){document.getElementById('ubr_debug').innerHTML=''}function showAlertMessage(message){document.getElementById('ubr_alert').innerHTML=message}function clearAlertMessage(){document.getElementById('ubr_alert').innerHTML=''}function stopDataLoop(){get_data_loop=false}function iniFilePage(){resetProgressBar();for(var i=0;i0){byte_speed=bytes_read/lapsed_time}if(byte_speed>0){time_remaining=Math.round((total_upload_size-bytes_read)/byte_speed)}if(cedric_progress_bar==1){if(byte_speed!=0){info_time_width=Math.round(total_upload_size*1000/(byte_speed*progress_bar_width));info_time_bytes=Math.round(1024000/byte_speed)}else{info_time_width=500;info_time_bytes=15}}var percent_float=bytes_read/total_upload_size;var percent=Math.round(percent_float*100);var progress_bar_status=Math.round(percent_float*progress_bar_width);var remaining_sec=(time_remaining%60);var remaining_min=(((time_remaining-remaining_sec)%3600)/60);var remaining_hours=((((time_remaining-remaining_sec)-(remaining_min*60))%86400)/3600);if(remaining_sec<10){remaining_sec='0'+remaining_sec}if(remaining_min<10){remaining_min='0'+remaining_min}if(remaining_hours<10){remaining_hours='0'+remaining_hours}var time_remaining_f=remaining_hours+':'+remaining_min+':'+remaining_sec;var Kbyte_speed=Math.round(byte_speed/1024);var Kbytes_read=Math.round(bytes_read/1024);if(cedric_progress_bar==1){cedric_hold=false;info_width=progress_bar_status;info_bytes=Kbytes_read}else{dom=document.getElementById('upload_status');dom.style.width=progress_bar_status+'px';if(show_current_position){dom=document.getElementById('current');dom.innerHTML=Kbytes_read}}if(show_percent_complete){dom=document.getElementById('percent');dom.innerHTML=percent+'%'}if(show_files_uploaded){dom=document.getElementById('uploaded_files');dom.innerHTML=uploaded_files}if(show_est_time_left){dom=document.getElementById('remain');dom.innerHTML=time_remaining_f}if(show_est_speed){dom=document.getElementById('speed');dom.innerHTML=Kbyte_speed}dom=null}function getProgressStatus(){var jsel=document.createElement('SCRIPT');var day=new Date;var dom=document.body;jsel.type='text/javascript';jsel.src=get_status_url+"&rnd_id="+day.getTime();dom.appendChild(jsel);dom=null;jsel=null;day=null}function getElapsedTime(){seconds++;if(seconds==60){seconds=0;minutes++}if(minutes==60){minutes=0;hours++}var hr=""+((hours<10)?"0":"")+hours;var min=""+((minutes<10)?"0":"")+minutes;var sec=""+((seconds<10)?"0":"")+seconds;var dom=document.getElementById('time');dom.innerHTML=hr+":"+min+":"+sec;dom=null;hr=null;min=null;sec=null;if(get_data_loop){setTimeout("getElapsedTime()",1000)}}function smoothCedricStatus(){if(info_width0){__$('#upload_button_container').show(); } else { __$('#upload_button_container').hide(); clearerralert("file_attachment_div");} } if(upload_range   ';up.appendChild(dv);upload_range++;up=null;dv=null}}} function fileUploadAlert(txt){ if (myalertF){ myerralert(txt+"
","file_attachment_div","br"); }else{ alert(txt); } } function fileUploadBlur(dis){ if (myalertF){ __$(dis).removeClass("txt_selected_reduced"); } } function fileUploadFocus(dis){ if (myalertF){ __$(dis).addClass("txt_selected_reduced"); clearerralert(__$(this).attr('id')); __$(dis).removeClass("txt_ok"); __$(dis).removeClass("txt_error_reduced"); __$(dis).removeClass("txt_error"); __$("#err_buttons").html(""); } }