Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I also get this error message. I've tried doing what Aquilasfx said, like it also said in the README, but I still get the error message. It is for all references to SWFUpload in the file js/swfupload.src.js.
This error occurs is because the file swfupload.js isn't loaded properly. You need to be sure the file exists in its expected location (sites/all/modules/swfupload/swfupload/swfupload.js). You could put an alert statement on top of the swfupload.js file to get a notification on page load. e.g.: alert('swfupload.js loaded');
Comments
Comment #1
Aquilasfx commentedi use in module/swfupload/swfupload/swfupload.swf e module/swfupload/swfupload/swfupload.js
Comment #2
garethx commentedI also get this error message. I've tried doing what Aquilasfx said, like it also said in the README, but I still get the error message. It is for all references to SWFUpload in the file js/swfupload.src.js.
Any ideas?
Comment #3
skilip commentedThis error occurs is because the file swfupload.js isn't loaded properly. You need to be sure the file exists in its expected location (sites/all/modules/swfupload/swfupload/swfupload.js). You could put an alert statement on top of the swfupload.js file to get a notification on page load. e.g.: alert('swfupload.js loaded');
Comment #4
skilip commented