Trying to get video_upload working (which hooks into filefield).

I see a bunch of settings for filefield and video_upload in the module_widget.inc code (progress meter, file path, width, height, auto-start), but I can't find them anywhere. They are not when I add the field to a new content type.

Where can I find all of these options?

Comments

hardcoredev’s picture

After more research, Its never hitting: video_upload_widget_widget_settings_form()

hardcoredev’s picture

Any help would be very much appreciated.

video_upload_widget_widget_settings_form() is not being called.

It looks like it should be here, but the filefield_widget_settings is not calling it:

function video_upload_widget_settings($op, $widget) {
  return filefield_widget_settings($op, $widget);
}