summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/upload_form.php
blob: b39088c4e73ccb616b7559cec45401d5b198325f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div style="text-align:center">
  <?php echo form_open_multipart('file/do_upload'); ?>
    File: <input type="file" name="userfile" size="30" />
    <input type="submit" value="Upload" name="process" />
  </form>
</div>
<br /><br />
Uploads are deleted after 5 days.<br />
<br />
If you want to you can use my script (needs python and curl) to upload files, paste text (with syntax highlighting of course) or delete your uploads:<br />
<a href="http://git.server-speed.net/bin/plain/fb">http://git.server-speed.net/bin/plain/fb</a><br />
<br />
If you experience any problems feel free to <a href="http://bluewind.at/?id=1">contact me</a>.<br />
<br />
<br />
<div class="small">
  This service is provided without warranty of any kind and may not be used to distribute copyrighted content.
</div>