Skip to content

Create minimal-progress.html - #33

Open
antwal wants to merge 1 commit into
IPdotSetAF:masterfrom
antwal:patch-1
Open

Create minimal-progress.html#33
antwal wants to merge 1 commit into
IPdotSetAF:masterfrom
antwal:patch-1

Conversation

@antwal

Copy link
Copy Markdown

Users can select a .bin or .bin.gz file and upload it via AJAX, with a progress bar showing the upload status.
The result of the upload (success or error) is displayed below the progress bar, and the page does not reload during the process.

Solved #16

Users can select a `.bin` or `.bin.gz` file and upload it via AJAX, with a progress bar showing the upload status. The result of the upload (success or error) is displayed below the progress bar, and the page does not reload during the process.
@antwal

Copy link
Copy Markdown
Author

Example result:

Screenshot 2025-08-15 alle 11 16 05

@IPdotSetAF

IPdotSetAF commented Aug 19, 2025

Copy link
Copy Markdown
Owner

hey @antwal

thanks alot for the contribution ❤️

the main goal here is to keep the flash memory usage as low as possible.
can you think of a solution that requires less flash footprint?

@IPdotSetAFIPdotSetAF self-assigned this Aug 19, 2025
@IPdotSetAFIPdotSetAF added the enhancement New feature or request label Aug 19, 2025
@antwal

Copy link
Copy Markdown
Author

@IPdotSetAF This is the minimum version you can make if you want an upload progress bar.

The alternative was to use a combobox; but the file size is roughly the same.

I mainly use the ESP-01 512Kb and the ESP-01S 1Mb and I've always managed to fit everything into the program; lately I've been using your library; before I used another one that required more space.

@antwal

Copy link
Copy Markdown
Author

If I can today I'll attach the examples; also with the graphic style based on your version.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@antwal@IPdotSetAF