Hi, I have a Dashboard-page with the fileuploader and a button to handle stuff, the default-setting for the button is disabled(true). Is there a way to activate (disabled(false)) the button after a file is uploaded?
BTW: In fileuploader I tried to use
->fileHandle(function($file){
$name = $file["name"];
$tmp = $file["tmp_name"];
//You can do any thing to handle your file here
})
but it gives me an error.
Thyx in advance. With kind regards, Marloes