Add fixed nginx conf and upload tweaks

This commit is contained in:
KenwoodFox
2025-12-03 19:05:11 -05:00
parent 53c6fad262
commit d9208e277c
4 changed files with 116 additions and 0 deletions

View File

@@ -78,6 +78,11 @@ submitBtn.addEventListener('click', async () => {
progressContainer.style.display = 'block';
progressFill.style.width = '0%';
progressMessage.textContent = 'Starting...';
// Scroll to progress bar so it's visible (for Google Pages iframe compatibility)
setTimeout(() => {
progressContainer.scrollIntoView({ behavior: 'smooth', block: 'nearest' });
}, 100);
try {
// Create FormData