Firebug shows the following error:

GB_show is not defined
(no name)()dbfm.js (line 634)
[Break on this error] var listener = dbFM.addEventListener(elA, "click", function() { if (!dbFM.ve...

This is the relevant line shown:

line 634
var listener = dbFM.addEventListener(elA, "click", function() { if (!dbFM.verdir) GB_show('File Manager: Upload File',getBaseUrl() + '/dbfm_uploadit',448,640,1); });

Comments

bighoffa’s picture

Title: Unable to upload file to javascript error » Unable to upload file due to javascript error

I forgot to include the versions of other software:

jstools-5.x-1.1
dapi-5.x-1.0
dbfmgreybox-5.x-3.0
PHP 5.2.6
Drupal 5.8

geoff_eagles’s picture

Status: Active » Closed (fixed)