Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

加入一个选择文件按钮,使用如下控件。 #116

Closed
scottliyq opened this issue Oct 20, 2015 · 1 comment
Closed

加入一个选择文件按钮,使用如下控件。 #116

scottliyq opened this issue Oct 20, 2015 · 1 comment
Assignees
Labels

Comments

@scottliyq
Copy link
Contributor

image



<html>
<head>
<link rel="stylesheet" type="text/css" href="uploadify.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="jquery.uploadify-3.1.min.js"></script>
</head>

<body>


<input type="file" name="file_upload" id="file_upload" />
<script>
 $(function(){
      $('#file_upload').uploadify({
          'swf'      :'uploadify.swf',
         'uploader':'uploadify.php'
           // Put your options here
       });
   });
</script>

</body>

</html>
@scottliyq scottliyq added the bug label Oct 20, 2015
alexander-liu added a commit that referenced this issue Oct 21, 2015
Fix issue #116, add the upload creative function.
@alexander-liu
Copy link
Contributor

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants