Mobile app version of vmapp.org
Login or Join
Alves908

: Php image upload library I'm looking to NOT reinvent the wheel with an image upload system in php. Is there a good standalone library that allows for: Creating the system for uploading,

@Alves908

Posted in: #Images #Library #LookingForAScript #Php

I'm looking to NOT reinvent the wheel with an image upload system in php. Is there a good standalone library that allows for:


Creating the system for uploading, renaming, and perhaps resizing images.
Creating the front-end, html and/or javascript for the form upload parts of image upload.


I've found a lot of image gallery systems, but no promising standalone system & ui libraries, ready for insertion into custom php.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves908

3 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

You should also check out: www.verot.net/php_class_upload.htm
I have been using that class for several months now and simply put, it's the best I have come across for my requirements.

10% popularity Vote Up Vote Down


 

@Shanna517

I ended up using this nice php image resize lib/function and integrated it with the form myself:
github.com/tchalvak/smart_resize_image

10% popularity Vote Up Vote Down


 

@RJPawlick198

I have not used this myself, but I use the TinyMCE text editor and it's pretty nice...
tinymce.moxiecode.com/enterprise/mcimagemanager.php
From the site:

Key Features

* Easy to integrate.
* MCFileManager compatible.
* Create folders.
* Upload images.
* Crop & Resize (if GD is enabled).
* Thumbnail auto generation (if GD is enabled).
* EXIF jpg/jpeg and tiff thumbnail support.
* Highly customizable configuration.
* Works perfectly in fullscreen and "popup" mode.
* Full source included, not obfuscated.
* Ajax based interface using a JSON bridge.
* Multilanguage support.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme