Here's how to reproduce:

1) Create a new node type.
2) Add fupload widget, set to add images to the node
3) Create a new node for this content type.
4) When creating the node, leave the title blank. Since titles are required, this will generate an error on the form.
5) Upload an image and click on Save.
6) File will upload but then will report "Upload failed."

There is no indication to the user what the problem is (that a title is missing). No drupal message is seen and users will be left scratching their heads. There should be an error that says something like, "Please correct errors noted here before uploading images to this node."

Comments

Steve Dondley’s picture

OK, this only happens when "Better Messages" module is enabled. What's strange is that I have this module set to not work on admin pages.

grandcat’s picture

FUpload is not an admin page.

Steve Dondley’s picture

OK, right. I should turn off better messages on node/add/* and node/*/edt

grandcat’s picture

Category: bug » support

Right. So I'll mark this thread as a "support request" because it's not a bug of FUpload I think.