7 Commits

Author SHA1 Message Date
f62e885c65 Refactor file upload system with new transformations pipeline
The commit refactors the chunked upload system to support a transformation pipeline. Key changes include:

- Replace SSE field names for consistency (sseChannelId, sseUrl)
- Fix progress reporting structure with state and percent fields
- Add transformation handlers (a-dash, mq-hls, img-compress, video-compress)
- Create new Upload class with clear separation of concerns
- Improve file processing workflow with better directory structure
- Fix typo in UploadButton component (progess → progress)
- Remove deprecated file processing services
2025-04-24 06:06:21 +00:00
cc57742bc8 binary chunk upload 2025-03-28 22:04:48 +00:00
a7e54669f5 Fix chuked file upload using a wrong work path 2025-01-25 19:42:40 +00:00
8c3e9a504b merge from local 2024-10-25 09:39:35 +00:00
06aee646ca merge from local 2024-04-15 16:29:22 +00:00
d6a074a859 merge from local 2024-03-20 23:14:10 +00:00
a1bb256f08 merge from local 2024-03-15 20:41:09 +00:00