spee.ch/publish.php

14 lines
454 B
PHP
Raw Normal View History

2017-03-30 02:40:44 +02:00
<form method="POST" action="/" enctype="multipart/form-data">
2017-03-30 01:49:26 +02:00
<div>
<input type="file" name="file" />
</div>
2017-03-30 02:40:44 +02:00
<?php if (isset($name) && $name != ''): ?>
<input type="hidden" name="name" value="<?php echo $name ?>" />
<?php else: ?>
<div>
lbry://<input type="text" name="name" />
</div>
<?php endif ?>
<input type="submit" name="publish" value="Go" />
<p>Publishing can take a few moments. Please be patient.</p>
2017-03-30 01:49:26 +02:00
</form>