123456789101112131415161718192021222324252627 |
- @{
- Layout = null;
- }
- <!DOCTYPE html>
- <html>
- <head>
- <title>ImageConvertService</title>
- </head>
- <body>
- <div>
- <form action="/api/ConvertToWebp/AnyArchive" method="post" enctype='multipart/form-data'>
- In: <input type="file" name="file" />
- <br />
- Skip Suffix: <input type="text" name="skips" placeholder="PipeDelimited" />
- <br/>
- Out: <select name="format">
- <option selected>Fast7Z</option>
- <option>FastZip</option>
- </select>
- <br/>
- <input type="submit"/>
- </form>
- </div>
- </body>
- </html>
|