Skip to content

fphttpclient: new DoDataWrite/OnDataSent event

Ondrej Pokorny requested to merge (removed):HttpClientOnWriteData into main

fphttpclient: new DoDataWrite/OnDataSent event that allows to show progress or stop the request during uploads.

Until now, it was possible to show progress or stop the request only on download but not during the upload. It is particularly needed for big uploads (e.g. files).

Merge request reports