# Upload Progress Helpers

laminas-form provides several helpers to use in conjunction with
[laminas-progressbar](https://github.com/laminas/laminas-progressbar) for the
puproses of rending upload progress information. These include:

- [FormFileApcProgress](form-file-apc-progress.md), which works with the APC
  extension.
- [FormFileSessionProgress](form-file-session-progress.md), which works with the
  built-in support via the session extension.
- [FormFileUploadProgress](form-file-upload-progress.md), which works with the
  UploadProgress extension.
