Thank you, this was our goal (not to be similar with filepicker.io, but to have a clean, straightforward way to handle files). :-)
* The normal CDN link for HTML video players and direct download. * http pseudo streaming link for flash players * HLS streaming link for iOS devices * other formats like ogg,webm
Yes, we're working on it! :-)
Thanks!
Just looking through the Django implementation docs, it appears as though it defines a pyuploadcare.dj.FileField model field to use on my models, which is great and all, but seems like it's limiting at first glance. Is that to mean that each model can only have one file attachment?
What's the recommended workaround for the pretty common use case of having multiple files attached to a single model? A separate model table with a foreignkey?
Please continue to provide feedback, it's very valuable to us, thank you!
I might have worded my initial question poorly: but I could very easily have seen if the FileFields field stored a link to a bucketized URL or something, or even an array of URIs. If it's one-to-one, then that's fine, and actually means less changes to my code; I'm just not sure.
Obviously, a quick prototype will show me exactly how to implement, but I thought I'd ask while the question was hot.
If you have some specific ideas about this in mind, my email is valentin@uploadcare.com