From: <tob...@us...> - 2014-04-05 01:32:12
|
Revision: 8059 http://sourceforge.net/p/bigdata/code/8059 Author: tobycraig Date: 2014-04-05 01:32:08 +0000 (Sat, 05 Apr 2014) Log Message: ----------- #876 - Show filename of uploaded file that is too large to fit in textbox Modified Paths: -------------- branches/RDR/bigdata-war/src/html/index.html Modified: branches/RDR/bigdata-war/src/html/index.html =================================================================== --- branches/RDR/bigdata-war/src/html/index.html 2014-04-05 01:27:09 UTC (rev 8058) +++ branches/RDR/bigdata-war/src/html/index.html 2014-04-05 01:32:08 UTC (rev 8059) @@ -47,7 +47,7 @@ </div> <textarea id="load-box" placeholder="(Type in or drag a file containing RDF data, a SPARQL update or a file path or URL)"></textarea> - <p id="large-file-message">Your file is too large to display here, but will be uploaded as normal. <a href="#" id="clear-file">Remove file</a></p> + <p id="large-file-message">Your file <span id="filename"></span> is too large to display here, but will be uploaded as normal. <a href="#" id="clear-file">Remove file</a></p> <p> <input type="file" id="load-file"><br> <label for="load-type">Type:</label> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |