mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2025-07-31 20:31:05 +00:00
update
This commit is contained in:
parent
163c8c1876
commit
5657871f02
23 changed files with 168 additions and 28 deletions
23
WEBFiles/protect3/upload.htm
Normal file
23
WEBFiles/protect3/upload.htm
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html><head>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
||||
<title>RTL871X WebFS Image Upload</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
</head><body>
|
||||
~inc:menu.inc~
|
||||
<form method='post' action='/fsupload' enctype='multipart/form-data' class="content">
|
||||
<h2 class="title">WebFS Image Upload</h2>
|
||||
<p class="center">
|
||||
Select WEBFiles.bin file...<br><br>
|
||||
<input type='file' name='file'><br><br>
|
||||
<input type='submit' value='Upload' class="button">
|
||||
</p>
|
||||
</form>
|
||||
<div class="content"><p class="center">
|
||||
Curent Disk has ~wfs_files~ files, Disk Size: ~wfs_size~ bytes.<br>
|
||||
Disk Addres: ~wfs_addr~, Max Disk Size: ~wfs_max_size~ bytes, Max 250 files.<br><br>
|
||||
Flash ID: ~sys_fid~, Size: ~sys_fsize~ bytes.<br>
|
||||
<a href='/protect2/fullflash.bin'>Download fullflash.bin</a><br><br>
|
||||
</p></div>
|
||||
~inc:footer.inc~
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue