Catalyst-Plugin-UploadProgress
view release on metacpan or search on metacpan
example/Upload/root/form.xhtml view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Catalyst Upload Progress Demo</title>
<!-- The lazy way... -->
[% c.upload_progress_javascript %]
<!-- or the right way...
<link href="/static/css/progress.css" media="screen" rel="Stylesheet" type="text/css" />
<script src="/static/js/progress.js" type="text/javascript"></script>
<script src="/static/js/progress.jmpl.js" type="text/javascript"></script>
( run in 1.412 second using v1.01-cache-2.11-cpan-49f99fa48dc )