Files
SinatraEmotionDetect/views/welcome.erb
Tommy Parnell 48e2440f58 init
2016-01-24 00:45:40 -05:00

11 lines
268 B
Plaintext

<h2>Sinatra Template Default Page</h2>
<div class="content">
<h2>File Uploader</h2>
<form method="post" enctype="multipart/form-data" action="upload">
<input type="file" name="myfile" />
<br />
<input type="submit" value="Upload!" />
</form>
</div>