Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. <!--
  3. <input type="file" name="screenshot" id="screenshot" multiple />
  4.  
  5.  
  6. <script type="text/javascript" src="/js/jquery.html5uploader.min.js<?=$no_cache?>"></script>
  7. <script type="text/javascript">
  8. // File upload
  9. $("#screenshot").html5uploader(
  10. {
  11. name: "screenshot",
  12. postUrl: "/bugs/ajax_upload_files"
  13. });
  14. </script>
  15. --> </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement