Feature Request
Add file size validation to ensure uploaded images and audio files meet the requirements of Mixcloud and SoundCloud APIs.
Requirements
-
Audio File Size Validation
- Check audio files against Mixcloud API file size limits
- Check audio files against SoundCloud API file size limits
- Display clear error/warning messages when files exceed limits
- Show current file size and maximum allowed size
-
Image File Size Validation
- Validate image file sizes against Mixcloud API requirements
- Validate image file sizes against SoundCloud API requirements
- Provide feedback to users about file size compliance
API Specifications to Implement
Mixcloud:
- Research and implement their current file size limits for audio and images
SoundCloud:
- Research and implement their current file size limits for audio and images
Implementation Details
- Add file size checks during upload process
- Display validation errors before attempting API uploads
- Provide helpful error messages with specific size limits
- Consider adding file size display in the UI
Benefits
- Prevent failed uploads due to file size constraints
- Better user experience with early validation
- Avoid unnecessary API calls with oversized files
- Clear guidance for users on file requirements
Feature Request
Add file size validation to ensure uploaded images and audio files meet the requirements of Mixcloud and SoundCloud APIs.
Requirements
Audio File Size Validation
Image File Size Validation
API Specifications to Implement
Mixcloud:
SoundCloud:
Implementation Details
Benefits