/ImageVault

ImageVault is a simple PHP server-side application that lets clients upload their images for storage without registration. Users upload images to a "key". Anyone who knows the key can access images.

Primary LanguagePHP

ImageVault

Demo

ImageVault is a simple server-side application written in PHP that allows users to upload and store images without requiring registration. The application uses unique keys to allow users to access their images. Once an image is uploaded and linked to a specific key, anyone who knows the key can access the images stored under that key.

Features

  • Simple Upload: Easily upload images by specifying a key and selecting an image file.
  • Access Control: Users can access images using the associated key, providing a convenient and secure way to manage image storage.
  • No Registration Required: No need for users to create an account to upload or access images.

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/danieldeer/ImageVault.git
  2. Navigate to the project directory:

    cd ImageVault
  3. Set up a web server with PHP support and point it to the project directory.

  4. Access the application in your web browser to start uploading and accessing images.

License

This project is open source and available under the MIT License.


Feel free to adjust the README.md as needed to better suit your project's needs or provide additional details.