Filestack Technical Glossary
Comprehensive reference for Filestack platform architecture and services
Event Listeners
Development
JavaScript mechanisms used in Filestack’s SDKs to handle user interactions, file upload progress, and processing completion events.
Available Events
- File upload start/progress/complete
- Transformation processing events
- Error handling events
- User interaction events
SDK Integration
Event listeners are available across all Filestack SDKs, providing consistent event handling patterns for different platforms.
Example Events
uploadStarteduploadProgressuploadCompletetransformationComplete