If using Imagefield with an iframe WYSIWG editor (like YUI RTE) it will set the entire form action to be "/imagefield/js"

The AJAX upload button for imagefield is making use of "window.iframeHandler()" which is in drupal.js (line 221)

This may be a core issue and might have been fixed in D6. For now we just hid the upload button to avoid the ajax call.

Comments

quicksketch’s picture

Status: Active » Closed (won't fix)

Thanks davexoxide. Looks like this will remain unfixed in Drupal 5, which is now maintenance only. Fixing would require writing our own JavaScript file instead of using upload.js (which means upload.module probably has the same problem).