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.

Comments

acb’s picture

Interesting. Haven't had a chance to look at it yet, but is the video being dumped into a Filefield?

robert.oconnell’s picture

Yes, 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.

kloewer’s picture

StatusFileSize
new50.36 KB
new4.99 KB

Nice 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