Simple file portal that allows download and upload functions in PHP
-
Uses XAMPP Apache for hosting PHP with file path on:
C:\xampp\htdocs\tuts\
; -
Upload file type & size limited to
js,html,css,php
;1kb
<size
<1mb
. -
Alternate name input field is provided, users are able to change file name before uploading.
-
Files are stored as their original names. Users are able to see both original names and modified names.
-
Left click the filename to download the file. The download files are named as:
orininalFileName_modifiedFileName_downloadTime.extension