Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.