summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/upload_form.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-02-06 23:14:56 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-02-06 23:31:27 +0100
commit9e9d77b4072de4f8c73e8bbade07a8f27734e4bd (patch)
treea5d709254968fed8f3acdb9eec68fde2faa14b94 /system/application/views/file/upload_form.php
Initial commit
Signed-off-by: Florian Pritz <bluewind@xssn.at>
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>