<!DOCTYPE html>
<html>
<body>
<form action="https://feynmanproject.app.n8n.cloud/webhook-test/upload-documentos" method="post" enctype="multipart/form-data">
<input type="file" name="files" accept=".pdf" multiple>
<input type="submit" value="Enviar PDFs">
</form>
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<form action="https://feynmanproject.app.n8n.cloud/webhook/upload-documentos" method="post" enctype="multipart/form-data">
<input type="file" name="files" accept=".pdf" multiple>
<input type="submit" value="Enviar PDFs">
</form>
</body>
</html>