Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
Uploadify Jquery Integration, Upload Files with Flash CJAX Jquery.uploadify Plugin This plugin is an alternative if you already use Jquery, and jquery.uploadify. All dependencies are included. This PHP Plugin makes the configuration of uploadify a breeze. You may now make full use of the jquery.uploadify plugin, through cjax API, in PHP, Example included in demos zip. This plugin is fully compatible and was tested uploading multiple files including 200MB+ files. All Settings are in the construction, meaning - you don't have to change anything to make it work, everything is right here, you may customize these settings and use ANY other settings available in uploadify: Quick Samples This sample as it is, will upload ANY valid files, and will notify you of any errors - such as directory permission and such. You'd use the exact same format (in PHP) that is used in jquery.uploadify plugin (JAVASCRIPT) options, that is what makes it easy to use, if you are already familiar with this plugin in jquery, even if you are not, this sample speaks for itself: Code: <?php Review plugin documentation Quote:http://www.uploadify.com/documentation/ A working sample is included in the samples/demos zip Download the Plugin Quote:https://sourceforge.net/projects/cjax/files/Plugins/ Hope that makes sense to anyone that might use the plugin In a side note, The Demos zip includes an *Updated* Ajax Upload Files Example, which is built-in in the framework $ajax->upload() (see API documentation: http://code.google.com/p/ajax-framework-...deigniter/), the ajax file uploader allows you to upload any files and allows configuration for production usage, such as the usage of prefixes, suffixes in file names, etc. |
Welcome Guest, Not a member yet? Register Sign In |