]> jfr.im git - uguu.git/blobdiff - rain/template/upload.html
Adding the public files folder
[uguu.git] / rain / template / upload.html
index d6a4d2e3e92045d210deb52521b168cee26ea458..5fbfc2e21ac282944b870a012edb3506bbf90336 100644 (file)
@@ -2,8 +2,8 @@
     <form class="col s12" action="api.php?d=upload" method="post" enctype="multipart/form-data">
         <input type="hidden" name="MAX_FILE_SIZE" value="150000000" />
             <div class="file-field input-field">
-                <input class="file-path validate" type="text"/>
-                    <div class="btn">
+                <input class="file-path validate" type="text" readonly="readonly"/>
+                    <div class="btn ie-btn-fix">
                         <span>File</span>
                         <input id="file" type="file" name="file" />
                     </div>
@@ -26,4 +26,4 @@
                 </button>
             </div>
     </form>
-</div>
\ No newline at end of file
+</div>