Skip to content

Conversation

antwal
Copy link

@antwal antwal commented Aug 15, 2025

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
Author

antwal commented Aug 15, 2025

Example result:

Screenshot 2025-08-15 alle 11 16 05

@IPdotSetAF
Copy link
Owner

IPdotSetAF commented Aug 19, 2025

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?

@IPdotSetAF IPdotSetAF self-assigned this Aug 19, 2025
@IPdotSetAF IPdotSetAF added the enhancement New feature or request label Aug 19, 2025
@antwal
Copy link
Author

antwal commented Aug 19, 2025

@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
Author

antwal commented Aug 19, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants