vote up 4 vote down star
2

I am looking to use a PHP library for uploading pictures to a web server so that I can use something that has been tested and hopefully not have to design one myself. Does anyone know of such a library?

Edit: I am aware that file uploads are built into PHP, I am looking for a library that may make the process simpler and safer.

flag

63% accept rate

4 Answers

vote up 3 vote down check

I personally use HTTP_Upload from PEAR. It works pretty well for our purposes (uplaoding media files into a development system and uploading arbitrary files for an educational system)

link|flag
vote up 2 vote down

The cunningly name upload class is very good and has a very responsive and supportive developer. Apart from uploading, it also has built-in support for lots of common image functions.

link|flag
vote up 0 vote down

The Zend Framework has classes for everything under the sun, including file uploads. Check out the Zend_HTTP class for what you want.

link|flag
There is no Zend_Http class really. Do you mean Zend_File_Transfer? – Till Oct 20 '08 at 2:13
vote up 1 vote down

Check this example of SWFUpload, the source code is available in PHP.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.