Changeset 8d37379 in prototipo_portal_2018


Ignore:
Timestamp:
Oct 25, 2017, 4:50:07 PM (7 years ago)
Author:
Antonio Araujo <aaraujo@…>
Branches:
master
Children:
327fd70
Parents:
d5b455e
Message:

Revisión del código para subir archivo al servidor murachí.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prototipo/static/js/functions/firmarDocumentoPdf.js

    rd5b455e r8d37379  
    66   
    77   
    8     formData.append("uploads", $("#file-to-normal")[0].files[0] );
     8    formData.append("upload", $("#file-to-upload2")[0].files[0] );
    99
    1010    console.log(formData);
     
    4545                                                "contact":"582746574336",
    4646                                                "signatureVisible":"true"
     47                                                // agregar aqui los parametros x,y,pagina
    4748                                                });
    4849                                       
Note: See TracChangeset for help on using the changeset viewer.