Uploadify – A php-flash library to make upload simple

Here is a simple jQuery plugin for creating flash based file uploader.

http://www.uploadify.com/

Look some demo here.

Include the js file and run the following script to make a file input to flash uploader

<script type="text/javascript">// <![CDATA[
$(document).ready(function() {
$('#fileInput').uploadify({
'uploader'  : 'uploadify.swf',
'script'    : 'uploadify.php',
'cancelImg' : 'cancel.png',
'auto'      : true,
'folder'    : '/uploads'
});
});
// ]]></script>

– Power to jQuery

JQuery_logo_color_onwhite

1 Comments

One Response to “Uploadify – A php-flash library to make upload simple”

  1. shrenik February 9, 2012 at 12:26 pm #

    I tried testing the demo in Firefox. It is showing IO error. The same problem persists in my site. Is it a browser issue or is it a issue with uploadify library. Please suggest.

Leave a Reply

More in php (34 of 104 articles)


If you want to know where your website is blacklisted and why all the email you send from your ...