Ejemplo n.º 1
0
    }
    if ("" == $html) {
        $html = "empty queue";
    }
    $objResponse->append("results", "innerHTML", $html);
    return $objResponse;
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>XAJAX SWFupload Plugin</title>
	<?php 
$xajax->printJavaScript();
?>
	<link rel="stylesheet" type="text/css" href="demo.css" />

	<style type="text/css">
		/* <![CDATA[ */
		
.swf_queued_file {
	background:#f0f0f0;
	margin-bottom:2px;
	border:1px solid #c0c0c0;
	padding:4px;
	clear:both;
}

.swf_queued_file_removed {