If I add the File Upload action, there is a field "File name code" automatically inserted. One odd thing is that it cannot be edited there at the textarea. But that was (maybe) not the bug here.
In that area, it is autofilled with:
<?php return date("YmdHis")."_".$file_name;
But it is missing closing PHP -tag: ?>
I suppose it should be there?
I did change that to file_upload.php (at line 212), but that didn't help to solve yet my problem of file is not uploading nor giving any message from Display Message -event boxes.
Anyway, while fixing that did not solve my problem yet, I thought it might be a bug anyway to report. And in either case, I guess that field should be editable?
Cheers.
In that area, it is autofilled with:
<?php return date("YmdHis")."_".$file_name;
But it is missing closing PHP -tag: ?>
I suppose it should be there?
I did change that to file_upload.php (at line 212), but that didn't help to solve yet my problem of file is not uploading nor giving any message from Display Message -event boxes.
Anyway, while fixing that did not solve my problem yet, I thought it might be a bug anyway to report. And in either case, I guess that field should be editable?
Cheers.