Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeverhart383/php-images
https://github.com/jeverhart383/php-images
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeverhart383/php-images
- Owner: JEverhart383
- Created: 2015-11-17T13:42:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T13:52:00.000Z (about 9 years ago)
- Last Synced: 2024-11-05T20:05:02.516Z (2 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-images
This is a simple file upload form using PHP. It checks for a few image types and then upload the image, if a correct format, to an already created /images folder in the current directory.
There is also some mySQL DB stuff in here that is not connected or necessary for the image upload to work. Most is commented out.## Thing to do
Work on error handling. It's not tight at all right now.