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 :
File uploader in it just like WP with the file upload progress.
Does not use Flash for uploading. This is really important.
Drag and Drop as well, maybe?
File manager which shows all the files that are uploaded as well.
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.
I would say to check out the Responsive Filemanager.
http://responsivefilemanager.com
Related
Im creating a Web App and i wanted to know how to add a face image to a video.
The image will be attached to video with "Sign Up with Facebook"(No problem with this)
I think there's a way to code it with PHP or something else
This is a referal
https://itunes.apple.com/us/app/santa-hq-elfie/id935702306?mt=8
Any suggestion or a Link will be very helpful
Thank you.
You can't just using PHP, because PHP in itself doesn't provide the necessary libraries for recording editing videos.
To edit video you'll need ffmpeg (there is PHP extension) installed on your server. You can then access these programmes by using the the exec() function in PHP.
https://github.com/PHP-FFMpeg/PHP-FFMpeg
Another alternative is to use the angularjs and classes Video Editor to create the video (https://github.com/moviemasher/angular-moviemasher).
I think you have to develop your own video creator, I dont know a ready solution via html5 or php, so you need develop.
recently I changed a theme that originally it was able to upload featured images, but this changed theme of mine! is unable of doing that.
I've tried replacing all the old files from old theme that I taught that I might have changed them, (one by one, and testing...) but I have no results. It's so frustrating please I put so much time on it, I just wanna know that I should focus on which files, I mean which files could have an effect on this problem???
I GET THIS ERROR ON UPLOADING: "An error occurred in the upload. Please try again later."
PS. I read this: wordpress featured image uploader not working
and it helped, but it's not an ultimate solution, I need this to be fixed.
REALLY Appreciate a HELP.
PSS. (I KNOW FOR A FACT THAT THIS IS JUST A THEME PROBLEM)
I know this an old post but I was battling with this for some time and could not find a solution. I finally figured out my problem. For some reason after I updated the SIDEKICK plugin it started interfering with that function. As soon as I deleted SIDEKICK it worked. Not only that all the images I had tried to upload in my media center suddenly showed up. Hope this helps someone.
If it's a problem with uploading it either has something to do with your server or media settings? Did you change the location for media files.
Or it has something to do with the rights on your server. Maybe the folder where you are trying to upload to doesn't have the proper read/write permissions?
Hope this helps
I need help on how to implement file uploading code inside Joomla Admin panel Component.
I need file uploading at joomla CSS editor page from where admin can upload new css.
i had checked some link like http://docs.joomla.org/Creating_a_file_uploader_in_your_component
but not able to understand. Any help please it will be appreciated.
Thanks,
Manpreet
You are in luck cause I have just finished building a free component for a file uploader using SWFUpload. You can download it from the link below.
http://joomjunk.co.uk/products/component-home/swfupload.html
I made this component as simple as possible for Joomla 2.5 so people could easily integrate it into their own components. I hope this is what you are looking for and should you need help, please feel free to ask.
Is it possible to customize the "Browse UI window" which always open when we upload photos / files? I want to acheive two things:
In the bottom it always says "All Files". I want to lock that to only .jpg, .jpeg, .png so only those files types can be selected for upload. Secondly extent that box so when the upload is complete the preview opens on right of it of the uploaded photo.
The few people I asked said it is not possible to customize that window because it is part of the OS. So my question is can we create a custom browse window using ajax, jQuery, etc to upload photo from the user's PC? The window must support cross OS support. Or any PHP plugins for this?
To do mass uploads, on Facebook/Flickr they make us install an ActiveX component first. Is there any other way to allow users to do mass uploads without having to install ActiveX component? Straight from the OS, or using AJAX jQuery?
If not then, are there any exiting open source plugin for this that will work with PHP? Or what other options are there so I can allow users to upload their photos in bulk?
Thanks.
You can't change the browser default.
However, you can use Flash: http://www.swfupload.org/
I've been using a ExtJS a lot lately and theres an UX from one of the core members that does just that without having to install plugins and AFAIK it has a wide range of supported browsers (all the mayor ones at least).
Check the example here: http://www.aariadne.com/uploadform/
I has very small footprint but you'll have to use the ExtJS library in other to use it.
I am looking for a really simple PHP image gallery system that allows file uploads and provides easy integration into any existing PHP script. I only found full galleries with database backend and templating systems for integration and the too simple ones that just take a folder with (FTP uploaded) images and show it but don't provide the possibilities for file uploads.
I'm quite close on writing my own, cause I didn't find anything yet, but I first wanted to ask if you have any suggestions.
Ok so I have a very early version of it on Github, it is under development (and not really nice yet, I just needed the admin interface up and running) but contributions and comments are welcome.