summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/upload_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/application/views/file/upload_form.php')
-rw-r--r--system/application/views/file/upload_form.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/application/views/file/upload_form.php b/system/application/views/file/upload_form.php
new file mode 100644
index 000000000..b39088c4e
--- /dev/null
+++ b/system/application/views/file/upload_form.php
@@ -0,0 +1,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>