Skip to content

flixcloud/Flix-Cloud-HTML-Form-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flix Cloud Jobs HTML Form Sample

Author: John Luther [email protected]
Version: 1.0
Date: 04-28-2009
www.flixcloud.com

For more details about the Flix Cloud API visit http://flixcloud.com/api/.

Overview

This is for everyone who's asked for a simple HTML for to test Flix Cloud. It was written before our Flix Cloud PHP client library sample was done. Maybe someday I'll update it (or perhaps someone out there would like to).

As you will see, I'm not a professional programmer. This is just a sample, and a very quick & dirty one at that. There's minimal little error checking, input sanitizing, etc. DO NOT put this script on a public web server unless you know what you're doing & how to protect it.

Requirements

Linux/Mac OS X, Apache 2+, PHP 4+

(I suppose you could run it on Windows but I haven't tested it.)

The demo only supports files written in & out of Amazon S3.

Installation

  1. Copy the contents of the repository to a directory in the web root, an alias, or a virtual host on your web server (you might need to edit some paths in the files depending on your directory structure).

  2. Open includes/config.php in a text editor and fill in the array elements with your values.

  3. Set your notification URL in the Flix Cloud Dashboard to the correct URL on your web server. Note that if your web server/firewall is not configured to allow incoming connections from www.flixcloud.com, you will not receive Flix Cloud notifications.

  4. Browse to the index.php file. Select a Recipe and an Input file, press Submit.

LICENSE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, SECURITY AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright (c) 2009 On Technologies, Inc.

About

A very simple form for submitting jobs to Flix Cloud using an HTML form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published