Skip to content

Simple Photo Upload. Literally a dropbox for images. Upload only without download and / or display. Images will be saved to a folder

Notifications You must be signed in to change notification settings

chpusch/php-photo-inbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  1. Within the index.php (line 2) change the "CHANGE THIS SECRET FOLDER NAME" to a random folder name (upload folder)
  2. Generate the folder on the ftp server
  3. For additional "security" generate a .htaccess to disalow folder access from the web to the upload folder.
  4. Generate the .htpasswd within the mac termainal with following command: htpasswd -c htpasswd USERNAME. Afterwards move it to a non public path on your server. This fie must be referenced within the .htaccess.

About

Simple Photo Upload. Literally a dropbox for images. Upload only without download and / or display. Images will be saved to a folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages