Hello,

I use FileField to attach mp3 files to nodes. As of today, the file will upload to the server successfully, but not append itself to the node (after saving the node, there's no trace of the file in the node). After the upload is complete, I get a whole list of junk, seen in the attached screenshot.

I disabled all contribute modules and themes, but still the problem persists. There are no error messages in the log. Any ideas?

Thanks!

CommentFileSizeAuthor
filefield.jpg193.47 KBculturehub

Comments

quicksketch’s picture

Looks like you're getting back a text/html response instead of a text/javascript response, which might cause it to be inserted directly as text instead of decoded first. Check that jquery.js is unmodified and not being replaced by a module like jQuery Update. It may also be caused (possibly) by a change in your server configuration that is forcing all content to be text/html for some reason.

culturehub’s picture

Status: Active » Closed (fixed)

Thanks for the reply. I updated Drupal core and reinstalled the module. Works!