Skip to content

Commit

Permalink
modify upload notice
Browse files Browse the repository at this point in the history
  • Loading branch information
sjqzhang committed Feb 21, 2019
1 parent a2a95f4 commit 59859de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fileserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -3396,7 +3396,7 @@ func (this *Server) Index(w http.ResponseWriter, r *http.Request) {
<link href="https://transloadit.edgly.net/releases/uppy/v0.30.0/dist/uppy.min.css" rel="stylesheet"></head>
<body>
<div>标准上传</div>
<div>标准上传(强列建议使用这种方式)</div>
<div id="stdUpload">
<form action="%s" method="post" enctype="multipart/form-data">
Expand All @@ -3410,7 +3410,7 @@ func (this *Server) Index(w http.ResponseWriter, r *http.Request) {
<input type="text" id="path" name="path" value="" /></span>
<input type="submit" name="submit" value="upload" /></form>
</div>
<div>断点续传</div>
<div>断点续传(如果文件很大时可以考虑)</div>
<div>
<div id="drag-drop-area"></div>
Expand Down

0 comments on commit 59859de

Please sign in to comment.