this code should be refactored
This commit is contained in:
parent
e28e8f54f8
commit
2d9e3fc94c
1 changed files with 2 additions and 2 deletions
|
@ -96,9 +96,9 @@ __DATA__
|
|||
<img src="saki.png"/>
|
||||
<h2>USAGE</h2>
|
||||
<p>POST a file:</p>
|
||||
<code>curl -F 'file=@yourfile.png' <%= $c->req->url->to_abs->host; %></code>
|
||||
<code>curl -F 'file=@yourfile.png' https://<%= $c->req->url->to_abs->host; %></code>
|
||||
<p>Post your text directly</p>
|
||||
<code>curl -F 'file=@-' <%= $c->req->url->to_abs->host; %></code>
|
||||
<code>curl -F 'file=@-' https://<%= $c->req->url->to_abs->host; %></code>
|
||||
</center>
|
||||
<div class="left">
|
||||
<h2>Or just upload a file here</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue