PHP Classes

File: uploady/logic/supportedLogic.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/logic/supportedLogic.php   Download  
File: uploady/logic/supportedLogic.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Update of uploady/logic/supportedLogic.php
Date: 25 days ago
Size: 187 bytes
 

Contents

Class file image Download
<?php
$filter
= json_decode(
   
file_get_contents("vendor/farisc0de/phpfileuploading/src/filter.json"),
   
true
);

$page = 'supported';
$title = $lang["general"]['supported_formats'];