I wanted to support uploaded videos from a message from my phone.
I managed to get it working using mailsave and the video module by creating my own module copied mostly from the version of mailsave_to_imagefield from comment #17 in http://drupal.org/node/315381.
I have attached it here in its current form.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | mailsave_to_video-HackedUp.zip | 4.99 KB | kloewer |
| #3 | open_basedir_error.png | 50.36 KB | kloewer |
| mailsave_to_video.zip | 2.33 KB | robert.oconnell |
Comments
Comment #1
acb commentedInteresting. Haven't had a chance to look at it yet, but is the video being dumped into a Filefield?
Comment #2
robert.oconnell commentedYes, the implementation of the node type in module 'video' uses a file field, so it was rather simple to copy the implementation from image_field which also uses a file field.
Comment #3
kloewer commentedNice module, thanx!
Tried this one but got a open_basedir Error, so i had to change a few lines in mailsave_to_video, like i had to do before in mailsave_to_imagefield.
See other post here: http://drupal.org/node/478150#comment-3054318