Background:
<input type="file" id="file_upload" name="file_upload" /> <a href="java<!-- no -->script:$('#file_upload').uploadifyUpload();">Upload File</a>
$(document).ready(function() { $('#file_upload').uploadify({ 'uploader' : '/uploadify/uploadify.swf', 'script' : '/uploadify/uploadify.php', 'cancelImg' : '/uploadify/cancel.png', 'folder' : '/uploads', 'sizeLimit' : 204800, 'onComplete' : function(event, ID, fileObj, response, data) { alert('There are ' + data.fileCount + ' files remaining in the queue.'); } }); });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)