Skip to content

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.

jsmits21/PHP-Upload-Magick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

**********************************
*       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 - jsmits21@lavabit.com

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."

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published