Skip to content

Commit

Permalink
update udelar model
Browse files Browse the repository at this point in the history
  • Loading branch information
fapret committed Oct 18, 2024
1 parent d7c71ef commit 3ea621d
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 63 deletions.
2 changes: 1 addition & 1 deletion proyecto/front/js/viewTrajectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function mostrar_trayectoria() {
formData.append('faculty', facultyName);
formData.append('career', career);
formData.append('plan', plan);
formData.append('file', model_file);
formData.append('file', model_file, 'student.xmi');
formData.append('valid_flag', 'true');

// Configurar las opciones de la solicitud
Expand Down
2 changes: 1 addition & 1 deletion proyecto/front/ver-curricula.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<!-- AGREGAR ACA CONTENIDO-->
<br>
<label>Modelo de Estudiante:</label>
<input id="file" name="file" type="file"/>
<input id="file" name="file" type="file" required/>

<br><br><br>
<label>Facultad:</label>
Expand Down
Loading

0 comments on commit 3ea621d

Please sign in to comment.