From: <tob...@us...> - 2014-04-07 20:46:45
|
Revision: 8078 http://sourceforge.net/p/bigdata/code/8078 Author: tobycraig Date: 2014-04-07 20:46:38 +0000 (Mon, 07 Apr 2014) Log Message: ----------- Show filename of large files that are uploaded without being displayed in the text box Modified Paths: -------------- branches/RDR/bigdata-war/src/html/js/workbench.js Modified: branches/RDR/bigdata-war/src/html/js/workbench.js =================================================================== --- branches/RDR/bigdata-war/src/html/js/workbench.js 2014-04-07 20:40:41 UTC (rev 8077) +++ branches/RDR/bigdata-war/src/html/js/workbench.js 2014-04-07 20:46:38 UTC (rev 8078) @@ -225,6 +225,7 @@ if(f.size > 10240) { // do not use textarea $('#load-box').prop('disabled', true) + $('#filename').html(f.name); $('#large-file-message, #clear-file').show() $('#load-box').val(''); fileContents = e2.target.result; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |