Hi there,

If I'm uploading some file to a folder or the root directory of webfm, the state is "Working... Please wait", but there is an error in the drupal-javascript code, that prevents the folder from refreshing...
The error happens on line 193 in drupal.js but thats all I could find out, firebug gives this message:
"missing ) in parenthetical
=\"webfmupload\" /\x3e\n" } }

23.22 MB.

);
drupal.js
Line 193"

It would also be good, to have the upload-form beeing displayed again after uploading a file...

Greetings,

SteffenM

CommentFileSizeAuthor
#1 drupal_upload_DOM.jpg67.88 KBrobmilne

Comments

robmilne’s picture

StatusFileSize
new67.88 KB

Hmm. No suggestion comes to mind. It appears to be an issue with the second last line in the webfm_upload_form() function in webfm.module. The attached file shows what the DOM should look like for the upload fieldset.

nhck’s picture

Status: Active » Closed (cannot reproduce)