Attaching Files
Permalink
Ok, i already made a search about this but couldn't find an answer so i was wondering if someone could give me a hand.
I have a page under the Dashboard that inserts data to a custom table, what I'm trying to do is attach files after the data is entered, I'm using the "asset_library" helper like this;
it shows fine "look at the attached image" but when i click on the "Choose file" link nothing happens, it seems like im missing some sort of javascript listener or something, can anybody help? Thanks.
I have a page under the Dashboard that inserts data to a custom table, what I'm trying to do is attach files after the data is entered, I'm using the "asset_library" helper like this;
$al = Loader::helper('concrete/asset_library'); // and then to load the view to insert files// $al->file('ccm-b-file', 'fID', t('Choose File'));
it shows fine "look at the attached image" but when i click on the "Choose file" link nothing happens, it seems like im missing some sort of javascript listener or something, can anybody help? Thanks.