Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdeans/ajax-file-uploader
AJAX File Uploader (PHP) (Raw JavaScript)
https://github.com/pdeans/ajax-file-uploader
Last synced: about 2 months ago
JSON representation
AJAX File Uploader (PHP) (Raw JavaScript)
- Host: GitHub
- URL: https://github.com/pdeans/ajax-file-uploader
- Owner: pdeans
- Created: 2014-08-07T20:33:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-07T20:41:47.000Z (over 10 years ago)
- Last Synced: 2024-10-16T14:41:16.532Z (2 months ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AJAX File Uploader
AJAX file uploader application utilizing the following technologies: HTML, CSS, JavaScript, PHP. The application currently supports the following file extensions: .jpg, .png, .gif, .txt, .pdf, .doc, .docx, .rtf. The allowed file types can be changed by editing the $allowed array in the upload.php file. To change the maximum allowable storage capacity, edit your php.ini file (Warning: Please know what you are doing before editing this file).
To run application, simply download the files and run the index.php file on your server.