1
1
<!DOCTYPE HTML>
2
2
<!--
3
3
/*
4
- * jQuery File Upload Plugin Demo 6.9.6
4
+ * jQuery File Upload Plugin Demo 6.10
5
5
* https://github.com/blueimp/jQuery-File-Upload
6
6
*
7
7
* Copyright 2010, Sebastian Tschan
31
31
< link rel ="stylesheet " href ="http://blueimp.github.com/Bootstrap-Image-Gallery/css/bootstrap-image-gallery.min.css ">
32
32
<!-- CSS to style the file input field as button and adjust the Bootstrap progress bars -->
33
33
< link rel ="stylesheet " href ="css/jquery.fileupload-ui.css ">
34
+ <!-- CSS adjustments for browsers with JavaScript disabled -->
35
+ < noscript > < link rel ="stylesheet " href ="css/jquery.fileupload-ui-noscript.css "> </ noscript >
34
36
<!-- Shim to make HTML5 elements usable in older Internet Explorer versions -->
35
37
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
36
38
</ head >
46
48
< a class ="brand " href ="https://github.com/blueimp/jQuery-File-Upload "> jQuery File Upload</ a >
47
49
< div class ="nav-collapse ">
48
50
< ul class ="nav ">
49
- < li class ="active "> < a href ="# "> Demo</ a > </ li >
51
+ < li class ="active "> < a href ="http://blueimp.github.com/jQuery-File-Upload/ "> Demo</ a > </ li >
50
52
< li > < a href ="https://github.com/blueimp/jQuery-File-Upload/downloads "> Downloads</ a > </ li >
51
53
< li > < a href ="https://github.com/blueimp/jQuery-File-Upload "> Source Code</ a > </ li >
52
54
< li > < a href ="https://github.com/blueimp/jQuery-File-Upload/wiki "> Documentation</ a > </ li >
@@ -68,7 +70,9 @@ <h1>jQuery File Upload Demo</h1>
68
70
</ blockquote >
69
71
< br >
70
72
<!-- The file upload form used as target for the file upload widget -->
71
- < form id ="fileupload " action ="server/php/ " method ="POST " enctype ="multipart/form-data ">
73
+ < form id ="fileupload " action ="//jquery-file-upload.appspot.com/ " method ="POST " enctype ="multipart/form-data ">
74
+ <!-- Redirect browsers with JavaScript disabled to the origin page -->
75
+ < noscript > < input type ="hidden " name ="redirect " value ="http://blueimp.github.com/jQuery-File-Upload/ "> </ noscript >
72
76
<!-- The fileupload-buttonbar contains buttons to add/delete files and start/cancel the upload -->
73
77
< div class ="row fileupload-buttonbar ">
74
78
< div class ="span7 ">
0 commit comments