Welcome Guest Search | Active Topics

Add Reply New Topic

Amazon S3 Media Manager for Joomla CMS

Options
andreym
Posted: Tuesday, February 09, 2010 5:27:50 AM
Rank: Member
Groups: Member

Joined: 6/16/2009
Posts: 26
Points: 78
Hi everyone!

The new Image Uploader version has been released recently and there are three new samples shipped with it. The online demos available here, here and here. All samples is about uploading to the cloud storages. And this post is about it too.

I'm pleased to introduce the our new Joomla component. The component allows to upload and manage files on Amazon Simple Storage Service (Amazon S3).

If you used Joomla before you should be familiar with the Media Manager component. The our component is similar but with the one difference: the media files are hosted not on your site's server but on the Amazon cloud storage.

This is the main screen of the component. You can create, remove and navigate folders, view uploaded and upload new files here.


Also component integrates with editor to provide convenient way to add links and images.


Installation
First, you need to download the archive, attached to this post. And you need a valid Amazon S3 account.
Go to the Joomla admininistrator and install downloaded package. The one new component and two plugins should appear. The component is the component itself and plugins is the buttons for Joomla text editor.






Open Components -> Amazon S3 Media Manager. Click Parameters button and specify your Amazon S3 account settings: Bucket, AWS Access Key and Secret Access Key. In addition the file restrictions may be specified: maximum file size, allowed extensions and maximum image width and height. Also you can set the minimum user group allowed to upload new files. Now you can upload files to the cloud storage.

Usage
To upload files select Amazon S3 Media Manager in Components menu. The component main screen should appear. Click Add files button and select files to upload. Then click Send button to start uploading.

To create folder type the folder name in the filed on the left from Create Folder button and click Create Folder.

For inserting uploaded files into the article use Amazon S3 Image or Amazon S3 Link buttons. The buttons open popup window where you can select file to insert or upload new files and select them.

In next version of the component we are planning to add ability to resize images before upload and generate thumbnails. Also new buttons for embedding audio and video files into the article may be added.
And if you have any other suggestions please post it here.

File Attachment(s):
amazons3media.zip (2,247kb) downloaded 21 time(s).

andreym attached the following image(s):
main-screen.jpg
front_end.jpg
components.jpg
plugins.jpg

nidcker
Posted: Wednesday, February 24, 2010 7:34:19 AM
Rank: Newbie
Groups: Member

Joined: 2/24/2010
Posts: 1
Points: 3
Hi,

I get this error trying to install

There was an error uploading this file to the server.

Cheers
andreym
Posted: Wednesday, February 24, 2010 8:10:54 PM
Rank: Member
Groups: Member

Joined: 6/16/2009
Posts: 26
Points: 78
Hello!

It seems you need to allow to upload files bigger then 2 megabytes, since the installation package is 2247KB. There are two variables within your php.ini file that are responsible for managing file uploads.

post_max_size This variable determines the maximum amount of data that PHP will accept in a single form submission using the POST method. Its default value is 8 MB, as shown below:
post_max_size = 8M

upload_max_filesize This variable limits the size of an individual file uploaded to your site. Its default value is 2 MB, as shown below:
upload_max_filesize = 2M


An increase in the value of these variables expands file upload limits.

NOTE: After making changes to php.ini, you may need to restart web server to take effect.
Users browsing this topic
Guest

Add Reply New Topic

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.