Hi,
I just installed this module for testing. I'm using a clean 5 drupal, default theme. Tested on FF3&IE7, javascript enabled. php.ini,Zend and youtube account are set.

Under firebug I see the following error

El formulari conté una entrada de fitxer, però hi manquen method=POST i enctype=multipart/form-data. El fitxer no s'enviarà.
[Break on this error] undefined
data is null
parseJson()(null)drupal.js (línia 128)
iframeHandler()()drupal.js (línia 68)
onload(load )R8WECCcc...U1w%3D%3D (línia 2)
[Break on this error] if ((data.substring(0, 1) != '{') && (data.substring(0, 1) != '[')) {

which translates to "The form contains a file entry, but lacks method=POST and enctype=multipart/form-data. The file won't be sent.
And it is not send, I only get that proggres bar displayed indefinitedly.
Any help would be appreciated, thanks!
Josep M

Comments

jhedstrom’s picture

Category: support » bug

This sounds like a bug. A quick fix (I'm guessing here) would be to enable the upload module, as I think this takes care of adding the POST method, but I'm not positive. The long-term fix will be for the module to check for that, and add the the POST/enctype if upload isn't enabled.

Let me know if enabling the upload module fixes it for you.

jeppius’s picture

Enabling the upload module, setting up permissions, max upload size and available extensions didn't help. I tested it and got the same error both under FF3&IE7.
If you suggest me a fix I could make further tests. Should it work fine anyway? I mean, it is a working module?
Looks like a very elegant solution for my project, which involves adding small video clips as part of the user profile.

Many thanks for the quick reply
Josep M

bojanz’s picture

Status: Active » Closed (fixed)