source: prototipo_portal_2018/prototipo/static/js/functions/firmarDocumentoPdfNoVisible.js @ c1f6510

Last change on this file since c1f6510 was c1f6510, checked in by José Sulbarán <jsulbaran@…>, 7 years ago

Agregando funcionalidad de verificar

  • Property mode set to 100644
File size: 223 bytes
Line 
1
2
3$("#Form-Format-No-Visible").on('submit', function(event) {
4        event.preventDefault();
5
6        var formData = new FormData(); 
7    formData.append("upload", $("#file-to-normal")[0].files[0]);
8        SubirDocumentServer(formData);
9
10});
Note: See TracBrowser for help on using the repository browser.