Warning: php.ini: upload_max_filesize (2) set lower than MAX_FILESIZE (51200)
Warning: php.ini: post_max_size (8) set lower than MAX_FILESIZE (51200)
Warning: php.ini: max_input_time (60) set lower than UPLOAD_TIMEOUT (5060)
Warning: php.ini: max_execution_time (30) set lower than UPLOAD_TIMEOUT (5060)
x0.at Filehost
 === How To Upload ===
You can upload files to this site via a simple HTTP POST, e.g. using curl:
curl -F "file=@/path/to/your/file.jpg" https://share.knubbel.me/

On Windows, you can use ShareX and import this custom uploader.
On Android, you can use an app called Hupl with this uploader.


Or simply choose a file and click "Upload" below:
(Hint: If you're lucky, your browser may support drag-and-drop onto the file 
selection input.)


 === File Sizes etc. ===
The maximum allowed file size is 51200 MiB.

Files are kept for a minimum of 7, and a maximum of 180 Days.

How long a file is kept, depends on its size. Larger files are deleted earlier 
than small ones. This relation is non-linear and skewed in favour of small 
files.

The exact formula for determining the maximum age for a file is:

MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_SIZE))^2


 === Source ===
The PHP script used to provide this service is open source and available on 
GitHub


 === Contact ===
If you want to report abuse of this service, or have any other inquiries, 
please write an email to admin.knubbel.me