Feedback
Add a FileUploader control for Web projects
- Status
- Fixed
- Fixed in
- v26.9.3
- Area
- web
- Source discussion
- https://forum.objo.dev/d/1102-file-upload-control
- Last updated
- 2026-09-20
Upvotes
3 upvotes
Uses your Objo forum account.
Public summary
Add a designer-visible FileUploader control to Web projects so applications can let users choose or drop files and upload them into the private server session.
The control should support single and multiple file selection, file-type hints, progress, cancellation, useful failure reporting, and safe access to completed uploads through FileSystemItem. This would enable common workflows such as image submission, CSV import, document processing, and attachments without requiring application authors to build browser transport infrastructure.