Files for the day
I want to bring to your attention file hosting for transferring One Day Files . Why transmission? Because it is not intended for storing files. Files are stored only one day , but are available for download without captcha or waiting. All you need to do is select the file and copy the links.
Why are we better?
As for the service API, everything is simple:
Address:
onedayfiles.com/api.php The
file is transferred in the standard way, via the file variable
The script returns the following json array:
if successful:
{folder, "success": true}
where folder is the folder in which file is located (http://www.onedayfiles.com/ 999999 /)
in case of error:
{"success": false, "error": "File is empty."} if the file came empty;
{"Success": false, "error": "File is too large."} If the file is too large;
or just {"success": false} if another error occurs.
I note that the file size through api.php is 50 MB maximum.
Why are we better?
- We have no ads
- The user downloading the file does not watch ads and does not enter anything
- Ability to upload multiple files in turn, each of which can be up to 100MB
- Support for QR codes , now downloading files from mobile devices has become much easier
- Drag'n'Drop , just drag and drop files into the download area
As for the service API, everything is simple:
Address:
onedayfiles.com/api.php The
file is transferred in the standard way, via the file variable
The script returns the following json array:
if successful:
{folder, "success": true}
where folder is the folder in which file is located (http://www.onedayfiles.com/ 999999 /)
in case of error:
{"success": false, "error": "File is empty."} if the file came empty;
{"Success": false, "error": "File is too large."} If the file is too large;
or just {"success": false} if another error occurs.
I note that the file size through api.php is 50 MB maximum.