javascript - How can I display a status message while a file is uploading? -
Whether files are being uploaded and the file can be faded after uploading, javascript to display any status message Can use?
& style style = "text / css" & gt; # Loading message {status: complete; Top: Anywhere; Left: WHEREEVER; Z-index: 100; } & Lt; / Style & gt; & Lt; Div id = "loadingMessage" style = "visibility: hidden;" & Gt; This page is being uploaded! & Lt; / Div & gt; & Lt; Form id = "yourForm" & gt; ... & lt; / Form & gt; & Lt; Script & gt; Document.getElementById ("yourform"). Onsubmit = function () {document.getElementById ("loading message"). Visibilty = "visible"; Back true; }; & Lt; / Script & gt;
Comments
Post a Comment