Digital Expediente Overview
The system maintains digital files for two types of cases:Solicitudes
Transparency requests (DAI/ARCO) and their supporting documents
Recursos de Revisión
Appeals filed against responses, with complete case documentation
Managing Appeal Resource Files
The appeal resource module (Recursos de Revisión) provides comprehensive document management.Creating a Digital Expediente
Navigate to Digital Expediente
From the main menu, go to Recursos de Revisión → Expediente Digital del Recurso de Revisión.
Complete Case Information
Fill in the expediente details:Basic Information:
- Número de Recurso: Appeal resource number
- Folio: Original request folio
- Nombre Recurrente: Name of appellant
- Estatus: “En trámite” or “Concluido”
- Contenido Solicitud: Content of original request
- Respuesta Solicitud: Response that was given
- Materia: “DAI” or “DP” (Datos Personales)
Add Procedural Dates
Record key dates in the appeal process:
- Fecha Notificación Admisión: Admission notification date
- Fecha Acuerdo: Agreement date
- Fecha Contestación: Response date
- Fecha Acuerdo Final: Final agreement date
Document Resolution
Specify the resolution details:
- Resolución en Sentido: Select from:
- Confirma (Confirms original response)
- Sobresee (Dismisses appeal)
- Modifica (Modifies response)
- Revoca (Revokes response)
- Dar Respuesta (Order to provide response)
- Contenido Acuerdo: Agreement content
- Contenido Acuerdo Final: Final agreement content
Uploading PDF Documents
Once an expediente is created, you can attach supporting PDF documents.Select PDF File
Click the file input and choose a PDF file from your computer:
Only PDF files are accepted. The system validates file type on upload.
Viewing Saved Documents
Access all PDFs associated with expedientes:Review File List
The system displays a table with:
- Nombre: Original filename of the PDF
- Acciones: Download button for each file
Generating PDF Reports
The system can generate formatted PDF reports from expediente data.Expediente PDF Generation
File Storage Architecture
Understanding how files are stored:File Size Considerations
Best practices:- Keep individual PDFs under 10 MB when possible
- Use compression for large documents
- Split very large files into logical sections
File Organization Best Practices
Consistent Naming Conventions
Consistent Naming Conventions
Use clear, consistent filenames that include:
- Resource or request number
- Document type (e.g., “acuerdo”, “contestacion”)
- Date in YYYY-MM-DD format
RR-123-2026_acuerdo_final_2026-03-15.pdfComplete Before Uploading
Complete Before Uploading
Fill in all expediente data fields before uploading files. This ensures proper association and searchability.
Verify PDF Quality
Verify PDF Quality
Before uploading, ensure PDFs:
- Are not password-protected
- Have readable text (OCR if scanned)
- Are properly oriented
- Have reasonable file size
Regular Backups
Regular Backups
While files are stored in the database, maintain external backups of critical documents for disaster recovery.
Automatic Expediente Creation
If you try to upload a PDF without first creating an expediente:This feature ensures files are never orphaned. However, it’s better practice to create the expediente first with complete data.
File Download Process
When downloading files:- Request: GET
api/RecursoRevision/Expediente/PDF/{idArchivo} - Server retrieves: File content from database
- Headers sent:
Content-Disposition: Includes original filenameContent-Type:application/pdf
- Client receives: Binary PDF data
- Browser downloads: Using original filename
JavaScript Download Function
The system uses this approach:Viewing Document History
All uploaded files are tracked with:- IdArchivo: Unique identifier
- NombreArchivo: Original filename
- Upload timestamp (if implemented)
- Associated IdExpediente
Integration with Request Module
While the file management is most developed in the Recursos de Revisión module, the same principles apply to request expedientes:- Each request (expediente) can have associated files
- Files support the request lifecycle
- Documents are preserved for audit trails
- Reports can reference uploaded documents
Troubleshooting File Issues
Upload Failures
If file upload fails:- Check file type: Only PDFs are accepted
- Verify file size: Extremely large files may timeout
- Network connection: Ensure stable internet
- Server status: Confirm API is accessible
- Browser console: Check for JavaScript errors
Download Problems
If downloads don’t work:- Popup blockers: Allow downloads from the site
- Browser settings: Check download permissions
- File existence: Verify file wasn’t deleted from database
- Network: Ensure connection during download
Next Steps
- Generate reports and statistics using expediente data
- Track deadlines for timely case resolution
- Learn about creating requests that generate expedientes