Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Media Manager like WordPress Media Uploader?

I simply love the ease at which Wordpress makes the uploading and the management of the photos and media so effortless.

I wanted to implement something like the WordPress Media Uploader into my NON-WORDPRESS PHP site. The problem is I really havent been able to find a good one till now.

Few of the features that I am looking for :

  1. File uploader in it just like WP with the file upload progress.
  2. Does not use Flash for uploading. This is really important.
  3. Drag and Drop as well, maybe?
  4. File manager which shows all the files that are uploaded as well.
  5. Something possibly free? ( Le me getting greedy now :P )

I have found out the the media manager uses Plupload for its uploading if I am not mistaken. And even the MoxieManager seems like a good manager. However, it is not free.

Is there an alternative? Or I would have to make my own from scratch?

Please guide me.

like image 759
Sankalp Singha Avatar asked Oct 12 '13 09:10

Sankalp Singha


1 Answers

I would say to check out the Responsive Filemanager.

http://responsivefilemanager.com

like image 130
pjhagel Avatar answered Oct 27 '22 00:10

pjhagel