I have decided to use UserVoice for a free user voting service due to their API, allowing me to create a custom UI, which is essential for my needs.
However, it seems that users are unable to upload images along with their suggestions, only text.
It is important for me that users can upload both descriptions and images with their suggestions.
As a solution, I will implement my own image upload with a database solution and connect image IDs to the suggestion IDs supplied by UserVoice...
Unless there is a more efficient method?
- Is there another free voting service that offers an API and image upload capabilities?
- Did I miss an image upload feature in UserVoice?
- Is there an existing third-party library specifically designed to add image upload functionality to UserVoice?