Home > PHP-Upload-Magick

PHP-Upload-Magick

PHP-Upload-Magick is a project mainly written in JAVASCRIPT and PHP, it's free.

An object-based class for the easy uploading and manipulation of files. PHP Upload Magick can easily upload and rename files, resize and sharpen images, and just generally make handling uploads on your web server pain free. Also included are all the


  •   PHP Upload Magick        *
  • Author: Jacob Smits *
  • ver 1.1 *

An object-based class for the easy uploading and manipulation of files. PHP Upload Magick can easily upload and rename files, resize and sharpen images, and just generally make handling uploads on your web server pain free. Also included are all the necessary files for uploading multiple files in one form using SWF Upload.


  • Copywrite and Usage:       *

Copywrite (c) 2011 - Jacob Smits - [email protected]

This software is free and redistributable.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Special thanks to Olaf Lederer and his Easy PHP Upload class library. His was the inspiration and guiding example for this class.


  •     Requirements:          *

  • PHP Version 5.2.6 or higher
  • ImageMagick 6.0.6 or higher
  • SWF Upload (included)

  •     Installation:          *

1: The root folder of this GIT would be the root folder of your server. Simply copy the PHP folder to your servers root. 2: The 'website' folder would be your website's domain folder. Ex: 'mywebsite.com'. Simply copy the contents of this folder to your websites domain folder. 3: All paths in the contained files are relative, and should work without much, if any modification. If you want your directory tree to differ from my own, you must change the paths in the contained files.

*For a more detailed installation as well as tutorials, please view "instructions.pdf."

Previous:Oberwin