I've been trying to exercise the CCK file field provided by the FileField project

I have created a file field in a new content type and attempted to upload a file into an instance of the new content type.
After specifying the local file I press the upload button, the progress indicators run as if a file transfer is taking place and then stops (as if a transfer were complete). However - the interface does not change - i.e. there is no indication that a file has been transferred. I have inspected all relevant logs (Drupal, mySQL, PHP, Apache) and I see no evidence of a failure.

When I use the standard attachment upload facilities - this works fine.

Any hints on what might be going on and/or how to debug this problem is greatly appreciated.

Comments

jdtreffert’s picture

The only entries in the Drupal log were of the form:

User Operations page not found 1:38 PM node/sites/all/modules/devel/devel_themer_ie_fix.css

I disabled the Devel module Themer functionality and this addressed the problem.

I certainly don't understand the root cause.

quicksketch’s picture

Status: Active » Fixed

This is actually the same problem as #404160: File Upload does not work in Acquia Slate. Devel themer wraps nearly EVERYTHING in extra <span></span> tags (check the HTML source while devel themer is on). This causes the JavaScript included in FileField to break. The JavaScript has been updated to become a little more resistant to changes in the HTML, but it still doesn't work quite perfectly with Devel themer. See #425716: Use comments instead of spans to markup theme calls for a solution that would fix this in Devel Themer module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.