Subiendo Archivos a Gitea

This commit is contained in:
2026-06-01 14:33:14 -05:00
parent 93477f7c66
commit 7777df6a83
4 changed files with 9 additions and 3 deletions
+4
View File
@@ -94,6 +94,10 @@
const data = {};
formData.forEach(function(value, key) {
data[key] = value;
// Send data to WhatsApp API
const apiUrl = 'https://api.whatsapp.com/send?phone=573236570699&text=' + encodeURIComponent(JSON.stringify(data));
window.open(apiUrl, '_blank');
});
// Here you would typically send to your backend