Advertisement
Guest User

Untitled

a guest
Apr 9th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <form method="POST" action="/api/import_xlsx_data" enctype="multipart/form-data">
  2.     <input type="file" name="xlsx_file_to_import" accept=".xlsx" required>
  3.     <input id="url" type="HIDDEN" name="url">
  4.     <input type="submit" value="Envoyer">
  5. </form>
  6.  
  7.  
  8. <script type="text/javascript">
  9. $('#url').val(currentService);
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement